]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: rename SMB2_FS_POSIX_INFORMATION to FSCC_FS_POSIX_INFORMATION
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2024 19:00:01 +0000 (20:00 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 18:22:28 +0000 (18:22 +0000)
commit239d8f463bf6a81f7101b86afe7a931a0584bae4
tree12ca1452ecd8884f784e63c3a3603705537d5bec
parent27198998eda788ff0b4790036bb81480ae4319c1
smbd: rename SMB2_FS_POSIX_INFORMATION to FSCC_FS_POSIX_INFORMATION

Streamline the info-level defines. Also get rid of
SMB2_FS_POSIX_INFORMATION_INTERNAL which is not needed for an info-level that
is exclusive to SMB2.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/trans2.h
source3/libsmb/cli_smb2_fnum.c
source3/smbd/smb2_getinfo.c
source3/smbd/smb2_trans2.c