tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 02:12:24 +0000 (12:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 02:12:24 +0000 (12:42 +1030)
commitdd1b508c63034452673dbfee9956f52a1b6c90a5
treef3ab296a0f442a8068dd236e6de7ed65330b3cca
parentfca1621965c547e2d076eca2a2599e9629f91266
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>
lib/tdb/common/transaction.c