aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-07-26 14:25:08 -0400
committerSteve French <sfrench@us.ibm.com>2010-08-02 12:40:41 +0000
commitcb76d5e25008b76fb8e348c861d32659430ac3fa (patch)
treec3de6cdd116b1754c653b0fcb25d212b9dd69311
parent[CIFS] remove redundant path walking in dfs_do_refmount (diff)
downloadlinux-dev-cb76d5e25008b76fb8e348c861d32659430ac3fa.tar.xz
linux-dev-cb76d5e25008b76fb8e348c861d32659430ac3fa.zip
cifs: fsc should not default to "on"
I'm not sure why this was merged with this flag hardcoded on, but it seems quite dangerous. Turn it off. Also, mount.cifs hands unrecognized options off to the kernel so there should be no need for changes there in order to support this. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r--fs/cifs/connect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 85a994c6433d..2a43a0aca965 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -846,9 +846,6 @@ cifs_parse_mount_options(char *options, const char *devname,
/* default to using server inode numbers where available */
vol->server_ino = 1;
- /* XXX: default to fsc for testing until mount.cifs pieces are done */
- vol->fsc = 1;
-
if (!options)
return 1;