]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb3: fix various xid leaks
authorSteve French <stfrench@microsoft.com>
Sat, 19 May 2018 07:04:55 +0000 (02:04 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2018 23:54:00 +0000 (07:54 +0800)
commit4e04e957c1c87c182dfc1b1f79a0eb7684a358d1
tree780fef06d9b9843a8a74210a2bd587f01f5da71a
parentcfa51df5a79074e27d2abf2dca6daf7faef14d45
smb3: fix various xid leaks

commit cfe89091644c441a1ade6dae6d2e47b715648615 upstream.

Fix a few cases where we were not freeing the xid which led to
active requests being non-zero at unmount time.

Signed-off-by: Steve French <smfrench@gmail.com>
CC: Stable <stable@vger.kernel.org>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2ops.c