ksmbd: smbd: simplify tracking pending packets
authorHyunchul Lee <hyc.lee@gmail.com>
Fri, 29 Apr 2022 23:30:27 +0000 (08:30 +0900)
committerSteve French <stfrench@microsoft.com>
Sat, 21 May 2022 20:01:33 +0000 (15:01 -0500)
commit11659a8ddbd9c4c1ab6f3b8f52837178ef121b20
treeb290495542d55a9ee1f74b992b76b46bdfc10808
parentddbdc861e37c168cf2fb8a7b7477f5d18b4daf76
ksmbd: smbd: simplify tracking pending packets

Because we don't have to tracking pending packets
by dividing these into packets with payload and
packets without payload, merge the tracking code.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/transport_rdma.c