Skip to content

Commit

Permalink
cifs: fsc should not default to "on"
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
jtlayton authored and Steve French committed Aug 2, 2010
1 parent f67909c commit cb76d5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cb76d5e

Please sign in to comment.