commit | a0c9217f64ee3cd1e534966da8c5f05768e1ab09 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed May 27 15:40:47 2009 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Thu May 28 15:04:17 2009 +0000 |
tree | c38584b9ca0376028b3273ce9515e84a3ddb8aec | |
parent | bd433d4cf4d8593a5f1764776b91f1794fce5a77 [diff] |
cifs: make serverino the default when mounting Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index f32c903..8ae563f0 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c
@@ -835,6 +835,8 @@ 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;