]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Aug 2025 14:48:39 +0000 (16:48 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:21 +0000 (21:58 -0500)
commit018ed87aa5ddc42f4437f6f9df4386e8e18e481d
treeb57cd97a17e1c5fc07e45713fbd679fb8f0d0b46
parent927183cdbe4897f9a4bc0f64201fb0f192722d35
smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()

These are exact copies of enqueue_reassembly() and _get_first_reassembly().

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/client/smbdirect.c