]> Gentwo Git Trees - linux/.git/commit
smb: do some cleanups
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Sun, 2 Nov 2025 07:30:58 +0000 (15:30 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Dec 2025 03:11:45 +0000 (21:11 -0600)
commit95e8c1bfa56ebbc243779ee23782b30744da02f6
tree9beea0f35026f50a72e52361a19958bdd4ef8006
parent464b913993a14b539e978db10c755bb202ab14ed
smb: do some cleanups

Modify the following places:

  - Add documentation references
  - ATTR_REPARSE -> ATTR_REPARSE_POINT: consistent with MS-SMB 2.2.1.2.1
  - Remove unused File Attribute flags from server, if the server uses
    them in the future, we can move the client-side definitions to common
  - Remove unused SMB1_CLIENT_GUID_SIZE from server

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/cifspdu.h
fs/smb/client/readdir.c
fs/smb/client/reparse.h
fs/smb/client/smb1ops.c
fs/smb/client/smb2inode.c
fs/smb/server/smb_common.h