dect
/
linux-2.6
Archived
13
0
Fork 0

cifs: make serverino the default when mounting

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Jeff Layton 2009-05-27 15:40:47 -04:00 committed by Steve French
parent bd433d4cf4
commit a0c9217f64
1 changed files with 2 additions and 0 deletions

View File

@ -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;