Bläddra i källkod

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>
Jeff Layton 15 år sedan
förälder
incheckning
cb76d5e250
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      fs/cifs/connect.c

+ 0 - 3
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 */
 	/* default to using server inode numbers where available */
 	vol->server_ino = 1;
 	vol->server_ino = 1;
 
 
-	/* XXX: default to fsc for testing until mount.cifs pieces are done */
-	vol->fsc = 1;
-
 	if (!options)
 	if (!options)
 		return 1;
 		return 1;