From 9d298bad6c863a36d6b17c6de05b2ef816bcd0eb Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 21 Aug 2017 23:11:45 +0100 Subject: [PATCH] Switch to new caching block store --- src/cryfs/filesystem/CryDevice.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cryfs/filesystem/CryDevice.cpp b/src/cryfs/filesystem/CryDevice.cpp index 87499389..8cae3c1c 100644 --- a/src/cryfs/filesystem/CryDevice.cpp +++ b/src/cryfs/filesystem/CryDevice.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include "parallelaccessfsblobstore/DirBlobRef.h" #include "CryDevice.h" @@ -36,7 +36,7 @@ using blobstore::BlobStore; using blockstore::lowtohighlevel::LowToHighLevelBlockStore; using blobstore::onblocks::BlobStoreOnBlocks; using blobstore::onblocks::BlobOnBlocks; -using blockstore::caching::CachingBlockStore; +using blockstore::caching::CachingBlockStore2; using blockstore::versioncounting::VersionCountingBlockStore2; using gitversion::VersionCompare; using cpputils::unique_ref; @@ -94,8 +94,8 @@ unique_ref CryDevice::CreateBlobStore(unique_ref( - make_unique_ref( - make_unique_ref( + make_unique_ref( + make_unique_ref( std::move(versionCountingEncryptedBlockStore) ) ),