]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: smbdirect: split out smbdirect_connection_recv_io_refill()
authorStefan Metzmacher <metze@samba.org>
Sat, 20 Sep 2025 03:42:56 +0000 (05:42 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:19 +0000 (21:58 -0500)
commita5159795248fec94d4b0995584e038d50cceb1b6
tree49646f4f3723a1385d0f9989461b9f517ecc136d
parent2b41feecdfdf8364242fb98d9dc4e52147b72f1e
smb: smbdirect: split out smbdirect_connection_recv_io_refill()

This will allow us to refill the recv queue in a sync way
after negotiation.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/common/smbdirect/smbdirect_connection.c