Commit a0c9217f authored by Jeff Layton's avatar Jeff Layton Committed by Steve French

cifs: make serverino the default when mounting

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent bd433d4c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment