]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: server: Use common error handling code in smb_direct_rdma_xmit()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 1 Oct 2025 19:09:00 +0000 (21:09 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 12 Oct 2025 23:47:22 +0000 (18:47 -0500)
commit39dec6cd888bde4171bd4b8fcf45f73ab684404d
treeb2836089fd25deaa72ced93591c2dc0594806e19
parent3a8660878839faadb4f1a6dd72c3179c1df56787
smb: server: Use common error handling code in smb_direct_rdma_xmit()

Add two jump targets so that a bit of exception handling can be better
reused at the end of this function implementation.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/transport_rdma.c