]> git.ozlabs.org Git - ccan/commitdiff
tdb: remove lock ops
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:24:31 +0000 (13:54 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:24:31 +0000 (13:54 +1030)
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 <rusty@rustcorp.com.au>

No differences found