mirror of
https://github.com/ksherlock/profuse.git
synced 2026-03-13 08:41:50 +00:00
this to smart_ptr
git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@343 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
@@ -53,7 +53,7 @@ BlockCachePointer BlockCache::Create(BlockDevicePointer device)
|
||||
{
|
||||
if (!device.get()) return BlockCachePointer();
|
||||
|
||||
return device->createBlockCache(device);
|
||||
return device->createBlockCache();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user