]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.h
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Sun, 2 Nov 2025 07:30:49 +0000 (15:30 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Dec 2025 03:11:44 +0000 (21:11 -0600)
commit81a45de432c6c7d82821fb09cb9fc1cf58629f3a
treebec2d2e9a1f3cd101794def3a25a1d69eab2394e
parent833a75fc9ecc3856a52223d8c245e52703e0a9f1
smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.h

Modify the following places:

  - some fields in "struct create_durable_reconn_v2_req" ->
                        struct durable_reconnect_context_v2
  - create_durable_reconn_v2_req -> create_durable_handle_reconnect_v2

Then move duplicate definitions to common header file.

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2pdu.h
fs/smb/common/smb2pdu.h
fs/smb/server/smb2pdu.c
fs/smb/server/smb2pdu.h