]> Gentwo Git Trees - linux/.git/commit
smb: server: don't use delayed_work for post_recv_credits_work
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Aug 2025 15:55:17 +0000 (17:55 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 22 Sep 2025 00:34:52 +0000 (19:34 -0500)
commit1cde0a74a7a8951b3097417847a458e557be0b5b
treead7c9aab26eff9881e93babdb1b6e6f869b45f3a
parent07e27ad16399afcd693be20211b0dfae63e0615f
smb: server: don't use delayed_work for post_recv_credits_work

If we are using a hardcoded delay of 0 there's no point in
using delayed_work it only adds confusion.

The client also uses a normal work_struct and now
it is easier to move it to the common smbdirect_socket.

Cc: 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
Fixes: 0626e6641f6b ("cifsd: add server handler for central processing and tranport layers")
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/server/transport_rdma.c