From: Rusty Russell Date: Tue, 20 Sep 2011 02:32:43 +0000 (+0930) Subject: tdb2: allow readonly changes even while holding locks. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=24e5ddb143fb5e79112649472258f5da67cc7362;hp=24e5ddb143fb5e79112649472258f5da67cc7362 tdb2: allow readonly changes even while holding locks. This happens in SAMBA with the TDB_VERSION1, presumably due to a read-only traverse nested inside a normal traverse (since it doesn't occur without TDB_VERSION1). Signed-off-by: Rusty Russell ---