]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Fix xid leak in cifs_flock()
authorZhang Xiaoxu <zhangxiaoxu5@huawei.com>
Mon, 17 Oct 2022 14:45:23 +0000 (22:45 +0800)
committerSteve French <stfrench@microsoft.com>
Tue, 18 Oct 2022 16:33:43 +0000 (11:33 -0500)
commit9b5419757fbecbd7e223fdb03d024d592d5bbd6e
treea475738cb5d1400170cd9b46aed37f4a346b55df
parent99c342c6cae23522390d59925bcfd174d9b724d0
cifs: Fix xid leak in cifs_flock()

If not flock, before return -ENOLCK, should free the xid,
otherwise, the xid will be leaked.

Fixes: 71995bc81c6b ("cifs: add support for flock")
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c