Some small cleanups.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -139,8 +139,6 @@ class Transaction {
|
|||||||
return B_NO_INIT;
|
return B_NO_INIT;
|
||||||
|
|
||||||
return fJournal->LogBlocks(blockNumber, buffer, numBlocks);
|
return fJournal->LogBlocks(blockNumber, buffer, numBlocks);
|
||||||
//status_t status = cached_write/*_locked*/(fVolume->Device(),blockNumber,buffer,numBlocks,fVolume->BlockSize());
|
|
||||||
//return status;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Volume *GetVolume() { return fJournal != NULL ? fJournal->GetVolume() : NULL; }
|
Volume *GetVolume() { return fJournal != NULL ? fJournal->GetVolume() : NULL; }
|
||||||
|
|||||||
Reference in New Issue
Block a user