1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/locking
Stefan Metzmacher 6ab4457b4b s3:locking: just use g_lock_dump() for fsp_update_share_mode_flags()
We don't need to protect this with g_lock_lock/g_lock_unlock
as we just want the current flags, we're still protected by the
dbwrap layer lock.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2022-09-20 00:34:35 +00:00
..
brlock.c smbd: Use ARRAY_DEL_ELEMENT() in brl_unlock_windows_default() 2020-03-26 14:43:31 +00:00
leases_db.c s3:leases: log errors with level 0 in leases_db_do_locked_fn() 2020-07-07 01:25:49 +00:00
leases_db.h smbd: Add quick leases_db_get_current_state() 2019-09-17 22:49:36 +00:00
leases_util.c s3:smbd: inline fsp_lease_type_is_exclusive() logic into contend_level2_oplocks_begin_default 2022-08-19 18:41:34 +00:00
locking.c s3:locking: log all share_mode_forall_entries() errors at level 0 2022-09-20 00:34:35 +00:00
posix.c smbd: use fsp_get_pathref_fd() when close()ing fds 2020-12-16 09:08:30 +00:00
proto.h s3:smbd: inline fsp_lease_type_is_exclusive() logic into contend_level2_oplocks_begin_default 2022-08-19 18:41:34 +00:00
share_mode_lock_private.h locking: hide share_mode_lock definition 2020-11-10 21:12:48 +00:00
share_mode_lock.c s3:locking: just use g_lock_dump() for fsp_update_share_mode_flags() 2022-09-20 00:34:35 +00:00
share_mode_lock.h s3:locking: move get_existing_share_mode_lock() to share_mode_lock.[ch] 2022-08-19 18:41:34 +00:00