]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: make file_has_brlocks() public
authorRalph Boehme <slow@samba.org>
Sat, 9 Aug 2025 09:39:55 +0000 (11:39 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 15 Aug 2025 15:46:35 +0000 (15:46 +0000)
commitf26ae02a1bf739f25975143d1e1706d30ff98b2f
tree7933444d406adf2e9d494afdac1dd04a8e1a91b7
parent196efe52814a24cd4a8c47346226407af17eadbd
smbd: make file_has_brlocks() public

Prepares for a change to file_has_brlocks() in the next commit. No change in
behaviour.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/locking/brlock.c
source3/locking/proto.h
source3/smbd/open.c