]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: add SMB2_FS_POSIX_INFORMATION
authorRalph Boehme <slow@samba.org>
Wed, 26 Jun 2024 11:11:18 +0000 (13:11 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 14 Oct 2024 07:32:50 +0000 (07:32 +0000)
Needed as in_file_info_class type to query posix filesystem information.
Used in the subsequent commit.

Pair-Programmed-With: Jule Anger <janger@samba.org>
Signed-off-by: Jule Anger <janger@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/trans2.h

index 3ed42a3f0b96c7a620ef9e5c27fb43664ebf41a0..69b60d8a25015e70b3174a1e148f98862cab9bbf 100644 (file)
@@ -342,6 +342,7 @@ Byte offset   Type     name                description
 
 /* As yet undefined FSCC_ code for POSIX info level. */
 #define SMB2_FILE_POSIX_INFORMATION                    100
+#define SMB2_FS_POSIX_INFORMATION                      100
 
 /* MS-FSCC 2.4 File System Information Classes */