]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: rename SHARE_MODE_FLAG_POSIX_OPEN to SHARE_ENTRY_FLAG_POSIX_OPEN
authorRalph Boehme <slow@samba.org>
Mon, 17 Mar 2025 11:16:40 +0000 (12:16 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 9 Apr 2025 13:40:36 +0000 (13:40 +0000)
commit49e19cf1df661af13fedca3eefb2730256dfdc27
treeb64ea5735f4c772e93df47a34df585880d5df77d
parent72cb5fcbed3b27deac6464f5a203209445b50d58
smbd: rename SHARE_MODE_FLAG_POSIX_OPEN to SHARE_ENTRY_FLAG_POSIX_OPEN

share_mode_data has flags and share_mode_entry has flags, this change allows
to distinguish between both more easily. No change in behaviour.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/smb.h
source3/locking/share_mode_lock.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/smb2_oplock.c