1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

r21723: Make use of the per-hashchain "freelists"

(This used to be commit f3421ae4cf)
This commit is contained in:
Volker Lendecke
2007-03-06 10:40:18 +00:00
committed by Gerald (Jerry) Carter
parent 59285f16d6
commit 94a1b230f3
3 changed files with 9 additions and 0 deletions

View File

@ -363,6 +363,9 @@ BOOL locking_init(int read_only)
return False;
}
/* Activate the per-hashchain freelist */
tdb_set_max_dead(tdb, 5);
if (!posix_locking_init(read_only))
return False;