mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
a6f1532d7f
When a process holds a readlock and wants to upgrade, this needs to be reflected in the underlying lock. Without this, it is possible to cheat: One process holds a readlock, and another process wants to write this record. All the writer has to do is take a readonly lock on the key and then do the store. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
check.c | ||
dump.c | ||
error.c | ||
freelist.c | ||
freelistcheck.c | ||
hash.c | ||
io.c | ||
lock.c | ||
mutex.c | ||
open.c | ||
rescue.c | ||
summary.c | ||
tdb_private.h | ||
tdb.c | ||
transaction.c | ||
traverse.c |