CIFS: Fix possible wrong memory allocation
authorPavel Shilovsky <pshilovsky@samba.org>
Thu, 31 May 2012 09:03:26 +0000 (13:03 +0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 1 Jun 2012 17:35:08 +0000 (12:35 -0500)
when cifs_reconnect sets maxBuf to 0 and we try to calculate a size
of memory we need to store locks.

Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found