]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Remove files_struct->posix_flags
authorVolker Lendecke <vl@samba.org>
Thu, 14 Nov 2024 19:26:57 +0000 (20:26 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 16 Nov 2024 13:26:05 +0000 (13:26 +0000)
I think this was missing from 2065f006560

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sat Nov 16 13:26:05 UTC 2024 on atb-devel-224

source3/include/vfs.h

index 75a110bfcf625e9c8998980ba8f7f911ef87a7da..ae1c4f955606785251b952e86aed1e51ca169b58 100644 (file)
@@ -481,7 +481,6 @@ typedef struct files_struct {
        struct tevent_timer *oplock_timeout;
        int current_lock_count; /* Count the number of outstanding locks and pending locks. */
 
-       uint64_t posix_flags;
        struct smb_filename *fsp_name;
        uint32_t name_hash;             /* Jenkins hash of full pathname. */
        uint64_t mid;                   /* Mid of the operation that created us. */