From: Rusty Russell Date: Wed, 24 Feb 2010 03:24:31 +0000 (+1030) Subject: tdb: remove lock ops X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=d665ff828977d76f8ec6ed53e6aab2e6fa124675;hp=d665ff828977d76f8ec6ed53e6aab2e6fa124675 tdb: remove lock ops Now the transaction code uses the standard allrecord lock, that stops us from trying to grab any per-record locks anyway. We don't need to have special noop lock ops for transactions. This is a nice simplification: if you see brlock, you know it's really going to grab a lock. Signed-off-by: Rusty Russell ---