提交 a0c9217f 编写于 作者: J Jeff Layton 提交者: Steve French

cifs: make serverino the default when mounting

Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册