ntdb: remove last block transactoin logic.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jun 2012 13:00:30 +0000 (22:30 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jun 2012 03:38:06 +0000 (05:38 +0200)
commit35381cad1fec621c66b8cc309ed5f4156c4c9d3d
tree6754944f61c3c4d644f51c68ec84ee6f4283ae77
parentdb2508840d55842ebaf0c0d7a2fa3c855498e75f
ntdb: remove last block transactoin logic.

Now our database is always a multiple of NTDB_PGSIZE, we can remove the
special handling for the last block.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/ntdb/transaction.c