]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47adbbb36095b6de278ec1bcf44174e9957c68e6
treec3de6cdd116b1754c653b0fcb25d212b9dd69311
parent5e76a1677e215cf7f4a28a4a1f8b1958eca26e43
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>
fs/cifs/connect.c