1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

vfs: Remove files_struct->posix_flags

I think this was missing from 2065f00656

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
This commit is contained in:
Volker Lendecke 2024-11-14 20:26:57 +01:00
parent 3987cb0bc3
commit 6a74ec033e

View 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. */