Searched hist:c774e6779f38bf36f0cce65e30793704bab4b0d7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | file.c | diff c774e6779f38bf36f0cce65e30793704bab4b0d7 Sun Jun 11 11:23:32 CDT 2023 Steve French <stfrench@microsoft.com> cifs: fix lease break oops in xfstest generic/098
umount can race with lease break so need to check if tcon->ses->server is still valid to send the lease break response.
Reviewed-by: Bharath SM <bharathsm@microsoft.com> Reviewed-by: Shyam Prasad N <sprasad@microsoft.com> Fixes: 59a556aebc43 ("SMB3: drop reference to cfile before sending oplock break") Signed-off-by: Steve French <stfrench@microsoft.com>
|