hi, re: samba-4_0 revision r22117 in tdb_store(), when flag == TDB_INSERT, could we replace the call to tdb_exists_hash() with tdb_find() since we already have a write lock on the bucket? this would save the extra calls to tdb_lock() and tdb_unlock(). thanks.