]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Sun, 2 Nov 2025 07:30:56 +0000 (15:30 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Dec 2025 03:11:45 +0000 (21:11 -0600)
commit464b913993a14b539e978db10c755bb202ab14ed
tree4669d939cebb0ab65a7d01b770c4eddea8be8d7a
parentd7edd3892d97e6746e30f36f4f13f887ec4d80ed
smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h

Rename the following places:

  - struct filesystem_info -> FILE_SYSTEM_SIZE_INFO
  - FILE_SYSTEM_INFO -> FILE_SYSTEM_SIZE_INFO
  - FreeAllocationUnits -> AvailableAllocationUnits: consistent with MS-FSCC 2.5.8

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/cifspdu.h
fs/smb/client/cifssmb.c
fs/smb/common/fscc.h
fs/smb/server/smb2pdu.c
fs/smb/server/smb_common.h