]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: Fix regression during share-level security mounts (Repost)
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Wed, 19 Jan 2011 04:33:54 +0000 (22:33 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:14:44 +0000 (15:14 -0800)
commit97a3d0d9889f415e0415b7ccc50aa52f8942b216
tree986f8f15cb512c06064861408ea739c6cd8dd91c
parentc4eb47bcb04cbf3661bbc36e64ff12b52f36d05b
cifs: Fix regression during share-level security mounts (Repost)

commit 540b2e377797d8715469d408b887baa9310c5f3e upstream.

NTLM response length was changed to 16 bytes instead of 24 bytes
that are sent in Tree Connection Request during share-level security
share mounts.  Revert it back to 24 bytes.

Reported-and-Tested-by: Grzegorz Ozanski <grzegorz.ozanski@intel.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Acked-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/connect.c