diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-05-27 15:40:47 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-05-28 11:04:17 -0400 |
commit | a0c9217f64ee3cd1e534966da8c5f05768e1ab09 (patch) | |
tree | c38584b9ca0376028b3273ce9515e84a3ddb8aec /fs/cifs | |
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>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index f32c9036741e..8ae563f028bc 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -835,6 +835,8 @@ cifs_parse_mount_options(char *options, const char *devname, | |||
835 | vol->rw = true; | 835 | vol->rw = true; |
836 | /* default is always to request posix paths. */ | 836 | /* default is always to request posix paths. */ |
837 | vol->posix_paths = 1; | 837 | vol->posix_paths = 1; |
838 | /* default to using server inode numbers where available */ | ||
839 | vol->server_ino = 1; | ||
838 | 840 | ||
839 | if (!options) | 841 | if (!options) |
840 | return 1; | 842 | return 1; |