tdb2: allow nesting of read locks on top of write locks.
If we have a write lock and ask for a read lock, that's OK, but not the other way around. tdb_nest_lock() allowed both, tdb_allrecord_lock() allowed neither.
Showing
Please register or sign in to comment