diff options
-rw-r--r-- | fs/cifs/connect.c | 3 |
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, | |||
846 | /* default to using server inode numbers where available */ | 846 | /* default to using server inode numbers where available */ |
847 | vol->server_ino = 1; | 847 | vol->server_ino = 1; |
848 | 848 | ||
849 | /* XXX: default to fsc for testing until mount.cifs pieces are done */ | ||
850 | vol->fsc = 1; | ||
851 | |||
852 | if (!options) | 849 | if (!options) |
853 | return 1; | 850 | return 1; |
854 | 851 | ||