mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
97af3a019b
you do a tdb_set_max_dead(tdb, n), then for this tdb a delete operation will only mark a record as dead and re-use it if a new record is created. The parameter n allows for at most n dead records per hash chain. If this number is exceeded, all dead records are put on the central freelist. Volker