cifs: Fix regression in LANMAN (LM) auth code
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Thu, 17 Feb 2011 20:38:31 +0000 (14:38 -0600)
committerSteve French <sfrench@us.ibm.com>
Mon, 21 Feb 2011 21:53:30 +0000 (21:53 +0000)
commit5e640927a597a7c3e72b61e8bce74c22e906de65
tree5abf62d38ac5f1f88e3666308eb65d71fa82c038
parent9616125611ee47693186533d76e403856a36b3c8
cifs: Fix regression in LANMAN (LM) auth code

LANMAN response length was changed to 16 bytes instead of 24 bytes.
Revert it back to 24 bytes.

Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
CC: stable@kernel.org
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/sess.c