[linux-cifs-client] [PATCH 08/10] cifs: make serverino the default when mounting

Jeff Layton jlayton at redhat.com
Wed May 27 20:34:05 GMT 2009


Signed-off-by: Jeff Layton <jlayton at redhat.com>
---
 fs/cifs/connect.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 0426dd0..d5d2c15 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -835,6 +835,8 @@ cifs_parse_mount_options(char *options, const char *devname,
 	vol->rw = true;
 	/* default is always to request posix paths. */
 	vol->posix_paths = 1;
+	/* default to using server inode numbers where available */
+	vol->server_ino = 1;
 
 	if (!options)
 		return 1;
-- 
1.6.2.2



More information about the linux-cifs-client mailing list