linux/fs/smb
Namjae Jeon 97c2ec6466 ksmbd: avoid to send duplicate lease break notifications
This patch fixes generic/011 when enable smb2 leases.

if ksmbd sends multiple notifications for a file, cifs increments
the reference count of the file but it does not decrement the count by
the failure of queue_work.
So even if the file is closed, cifs does not send a SMB2_CLOSE request.

Cc: stable@vger.kernel.org
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-05-04 23:53:35 -05:00
..
client smb3: fix lock ordering potential deadlock in cifs_sync_mid_result 2024-04-25 12:49:50 -05:00
common ksmbd: common: use struct_group_attr instead of struct_group for network_open_info 2024-04-19 20:48:47 -05:00
server ksmbd: avoid to send duplicate lease break notifications 2024-05-04 23:53:35 -05:00
Kconfig
Makefile