浏览代码

cifs: make serverino the default when mounting

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Jeff Layton 16 年之前
父节点
当前提交
a0c9217f64
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      fs/cifs/connect.c

+ 2 - 0
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;