]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
smb3: fix various xid leaks
authorSteve French <stfrench@microsoft.com>
Sat, 19 May 2018 07:04:55 +0000 (02:04 -0500)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Nov 2018 19:00:16 +0000 (17:00 -0200)
commite342556afd68947f19bd95561fed12edec6611ce
tree4dbb48a93bfb3f5411ca1c96ce3e192179e0b62d
parent7d33927162b23f791769795f716c53130fb48094
smb3: fix various xid leaks

BugLink: http://bugs.launchpad.net/bugs/1800537
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
fs/cifs/smb2ops.c