]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: let smbd_post_send() make use of request->wr
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2026 17:16:50 +0000 (18:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Feb 2026 09:19:42 +0000 (10:19 +0100)
commitb9ec75aba3c8f5177b651bd0b171c51ba01e260b
treee64655a0c635450a4f448d74b29c2c22ba672459
parent5b69ba9978dd084d8c9f397a8ecc7522d387b68e
smb: client: let smbd_post_send() make use of request->wr

commit bf1656e12a9db2add716c7fb57b56967f69599fa upstream.

We don't need a stack variable in addition.

Cc: <stable@vger.kernel.org> # 6.18.x
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>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/smb/client/smbdirect.c