smb: server: let smb_direct_flush_send_list() invalidate a remote key first
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Sep 2025 20:22:35 +0000 (22:22 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:54 +0000 (18:29 -0500)
commit1b53426334c3c942db47e0959a2527a4f815af50
treef7e9d196de0338d7ef8b5782b48cef421e720d3f
parent942ce74ab9a3f1e18fe00bffa80ecf6294e9e6b5
smb: server: let smb_direct_flush_send_list() invalidate a remote key first

If we want to invalidate a remote key we should do that as soon as
possible, so do it in the first send work request.

Acked-by: 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
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/transport_rdma.c