Aborting transactions doesn't change the number of unwritten transactions - that

counter does not take the current transaction into account.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-10-19 22:26:49 +00:00
parent 944278d7ed
commit cb6d675cf4
@@ -762,7 +762,6 @@ Journal::_TransactionDone(bool success)
else
cache_abort_transaction(fVolume->BlockCache(), fTransactionID);
fUnwrittenTransactions--;
return B_OK;
}