]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: move "ntlmssp" and "local_leases" options out of experimental code
authorJeff Layton <jlayton@redhat.com>
Fri, 7 Jan 2011 16:30:28 +0000 (11:30 -0500)
committerSteve French <sfrench@us.ibm.com>
Sun, 9 Jan 2011 23:39:17 +0000 (23:39 +0000)
commitb6e969e8cb1ebbf5a28cf2ac02a9348c53d9353c
tree594e9823fd986969f1118220eb6581669af411ff
parent61090107c3f9ab4ed1cbe51c1619d2daca9133b1
cifs: move "ntlmssp" and "local_leases" options out of experimental code

I see no real need to leave these sorts of options under an
EXPERIMENTAL ifdef. Since you need a mount option to turn this code
on, that only blows out the testing matrix.

local_leases has been under the EXPERIMENTAL tag for some time, but
it's only the mount option that's under this label. Move it out
from under this tag.

The NTLMSSP code is also under EXPERIMENTAL, but it needs a mount
option to turn it on, and in the future any distro will reasonably
want this enabled. Go ahead and move it out from under the
EXPERIMENTAL tag.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/sess.c