cifs: fsc should not default to "on"
authorJeff Layton <jlayton@redhat.com>
Mon, 26 Jul 2010 18:25:08 +0000 (14:25 -0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 2 Aug 2010 12:40:41 +0000 (12:40 +0000)
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>
fs/cifs/connect.c

index 85a994c6433da1de443817828fdaca238cdcc47d..2a43a0aca965424bf0fb66234560e3a1fbabb08a 100644 (file)
@@ -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;