From: Rusty Russell Date: Mon, 22 Feb 2010 03:48:32 +0000 (+1030) Subject: tdb: use tdb_nest_lock() for seqnum lock. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=564427be4ef1615e0b386007f5adbcbc12887e24;hp=564427be4ef1615e0b386007f5adbcbc12887e24 tdb: use tdb_nest_lock() for seqnum lock. This is pure overhead, but it centralizes the locking. Realloc (esp. as most implementations are lazy) is fast compared to the fnctl anyway. Signed-off-by: Rusty Russell ---