r3008: when checking for the existance of a lock we are only doing a single
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 00:22:11 +0000 (00:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:59 +0000 (10:52 -0500)
commit78e904c27b31d7123b521c446247d6ff558c84cc
treeb22a027efd6665ac0ff5eef57542f23a778e420d
parent6ae417f12cc6f8d2ad00bea27ce0a20242f76325
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
source/locking/brlock.c