tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Apr 2010 04:24:05 +0000 (13:54 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Apr 2010 04:24:05 +0000 (13:54 +0930)
commit74874ffb2c81e098c1d7935b37557c2151382ca6
treed8ad43bba1892931d9534b8e46d395731d11d9dd
parentd7fdb38ac05b5f2af9eb485e98673280835273dd
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.

Now the transaction allrecord lock is the standard one, and thus is cleaned
in tdb_release_extra_locks(), _tdb_transaction_cancel() doesn't need to
know what type it is.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from commit dd1b508c63034452673dbfee9956f52a1b6c90a5)
lib/tdb/common/transaction.c