]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix a memory leak when a lease break comes
authorPavel Shilovsky <pshilovsky@samba.org>
Thu, 5 Sep 2013 11:04:04 +0000 (15:04 +0400)
committerSteve French <smfrench@gmail.com>
Sun, 8 Sep 2013 19:41:40 +0000 (14:41 -0500)
commitc40eb44cee318abba2c95a11532aacee7d7f7f91
treecd9ad14c597683148767a56424a53ffc3550cfcc
parent767b1a3508dd92ff908260d5388a02e4759bdd79
CIFS: Fix a memory leak when a lease break comes

This happens when we receive a lease break from a server, then
find an appropriate lease key in opened files and schedule the
oplock_break slow work. lw pointer isn't freed in this case.

Cc: <stable@vger.kernel.org>
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb2misc.c