The branch, master has been updated
via 6a74ec033e8 vfs: Remove files_struct->posix_flags
from 3987cb0bc35 libnet: Fix Coverity ID 1634803 Dereference after null
check
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6a74ec033e80af15f7640370794cbb1fcc585f5f
Author: Volker Lendecke <[email protected]>
Date: Thu Nov 14 20:26:57 2024 +0100
vfs: Remove files_struct->posix_flags
I think this was missing from 2065f006560
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Sat Nov 16 13:26:05 UTC 2024 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
source3/include/vfs.h | 1 -
1 file changed, 1 deletion(-)
Changeset truncated at 500 lines:
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. */
--
Samba Shared Repository