git-svn-id: https://profuse.googlecode.com/svn/branches/v2@225 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock
2010-05-19 17:50:18 +00:00
parent e53674e015
commit 545dd02842
6 changed files with 21 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ using ProFUSE::POSIXException;
BlockCache::BlockCache(BlockDevice *device)
{
_device = _device;
_device = device;
_blocks = device->blocks();
_readOnly = device->readOnly();
}