diff options
author | 2025-08-04 14:15:52 +0200 | |
---|---|---|
committer | 2025-08-06 14:09:57 -0500 | |
commit | cfe76fdbb9729c650f3505d9cfb2f70ddda2dbdc (patch) | |
tree | e4d0a9ccf907e059b665c424591ff88bd5fd9465 /tools/perf/scripts/python/bin | |
parent | smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already (diff) | |
download | wireguard-linux-cfe76fdbb9729c650f3505d9cfb2f70ddda2dbdc.tar.xz wireguard-linux-cfe76fdbb9729c650f3505d9cfb2f70ddda2dbdc.zip |
smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconnect_rdma_connection
We should call put_recvmsg() before smb_direct_disconnect_rdma_connection()
in order to call it before waking up the callers.
In all error cases we should call smb_direct_disconnect_rdma_connection()
in order to avoid stale connections.
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Fixes: 0626e6641f6b ("cifsd: add server handler for central processing and tranport layers")
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions