]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/locking: add a comment to put_share_mode_lock_internal()
authorRalph Boehme <slow@samba.org>
Tue, 28 Jan 2025 05:20:53 +0000 (06:20 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 2 Apr 2025 18:05:48 +0000 (18:05 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/locking/share_mode_lock.c

index 291a30df0fab4ef45a19e99e737533e4389048ce..e355086dd4c62fa7b2391ba87ec07cb2f03af59d 100644 (file)
@@ -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;