| commit | 2b6abb893e719f4d77f7c43975e77cdadd3bbf1e | [log] [tgz] |
|---|---|---|
| author | ChenXiaoSong <chenxiaosong@kylinos.cn> | Sun Nov 30 21:17:15 2025 +0800 |
| committer | Steve French <stfrench@microsoft.com> | Thu Dec 11 00:53:03 2025 -0600 |
| tree | 254d29bc47fbf90f155d26c15bc498c230726cad | |
| parent | c97503321ed3fde6e53320b388ea23118d2473d7 [diff] |
smb: move File Attributes definitions into common/fscc.h These definitions are specified in MS-FSCC 2.6, so move them into fscc.h. Modify the following places: - FILE_ATTRIBUTE__MASK -> FILE_ATTRIBUTE_MASK - Update FILE_ATTRIBUTE_MASK value - cpu_to_le32(constant) -> cpu_to_le32(MACRO DEFINITION) Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>