From: Rusty Russell Date: Thu, 26 Aug 2010 14:38:34 +0000 (+0930) Subject: tdb2: more fixes and tests for enlarging hash. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=25ed8785693e98492c0c516a8845866ec784f2b9;hp=25ed8785693e98492c0c516a8845866ec784f2b9;p=ccan tdb2: more fixes and tests for enlarging hash. - Neaten I/O function - Don't use fill in zero_out: it's only for low-level ops. - Don't mangle arg in tdb_write_convert: it broke write_header. - More use of tdb_access_read, make it optionally converting. - Rename unlock_range to unlock_lists. - Lots of fixes to enlarge_hash now it's being tested. - More expansion cases tested. ---