From: Volker Lendecke Date: Thu, 14 Nov 2024 19:26:57 +0000 (+0100) Subject: vfs: Remove files_struct->posix_flags X-Git-Tag: tdb-1.4.13~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a74ec033e80af15f7640370794cbb1fcc585f5f;p=thirdparty%2Fsamba.git vfs: Remove files_struct->posix_flags I think this was missing from 2065f006560 Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Sat Nov 16 13:26:05 UTC 2024 on atb-devel-224 --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 75a110bfcf6..ae1c4f95560 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -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. */