mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
The effective value of share_mode_lock_key_refcount is 'share_mode_lock_key_refcount + static_share_mode_data_refcount', which is quite confusing. This complexity is not needed and we can just use share_mode_lock_key_refcount. This will also simplify further changes. Review with: git show -U15 -w 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>