From: Ralph Boehme Date: Wed, 26 Jun 2024 11:11:18 +0000 (+0200) Subject: smbd: add SMB2_FS_POSIX_INFORMATION X-Git-Tag: tdb-1.4.13~941 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ef0ef134ea09ba3d8a18c40226b2266cbeb67b;p=thirdparty%2Fsamba.git smbd: add SMB2_FS_POSIX_INFORMATION Needed as in_file_info_class type to query posix filesystem information. Used in the subsequent commit. Pair-Programmed-With: Jule Anger Signed-off-by: Jule Anger Signed-off-by: Ralph Boehme Reviewed-by: Volker Lendecke --- diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 3ed42a3f0b9..69b60d8a250 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -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 */