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:
@@ -762,7 +762,6 @@ Journal::_TransactionDone(bool success)
|
|||||||
else
|
else
|
||||||
cache_abort_transaction(fVolume->BlockCache(), fTransactionID);
|
cache_abort_transaction(fVolume->BlockCache(), fTransactionID);
|
||||||
|
|
||||||
fUnwrittenTransactions--;
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user