From: Ralph Boehme Date: Tue, 28 Jan 2025 05:20:53 +0000 (+0100) Subject: s3/locking: add a comment to put_share_mode_lock_internal() X-Git-Tag: tevent-0.17.0~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b096214794abed40abbd83e49af856148ecc5084;p=thirdparty%2Fsamba.git s3/locking: add a comment to put_share_mode_lock_internal() Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 291a30df0fa..e355086dd4c 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -999,6 +999,9 @@ fail: return status; } +/* + * Store static_share_mode_data and unlock share_mode_lock + */ static NTSTATUS put_share_mode_lock_internal(struct share_mode_lock *lck) { NTSTATUS status;