r3008: when checking for the existance of a lock we are only doing a single
commitb0202c7b851bb15f856ba526857e8b2f7cfabfec
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 00:22:11 +0000 (17 00:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:59 +0000 (10 10:52 -0500)
treead662e68bd900744a7ce57cbb7fa8249ed0c8cd3
parent2efbc238d4f32e810f42393ea2f1f022030d97c5
r3008: when checking for the existance of a lock we are only doing a single
tdb call, so there is no need to get the chainlock. This reduces the
number of tdb locking calls made on file IO
(This used to be commit 78e904c27b31d7123b521c446247d6ff558c84cc)
source3/locking/brlock.c