Merge pull request #799 from Open-CAS/cache_detach

Implement cache detach/attach
This commit is contained in:
Robert Baldyga
2024-07-31 06:54:08 +02:00
committed by GitHub
14 changed files with 211 additions and 91 deletions

View File

@@ -547,6 +547,8 @@ void ocf_metadata_flush_superblock(ocf_cache_t cache,
OCF_DEBUG_TRACE(cache);
ENV_BUG_ON(!ocf_cache_is_device_attached(cache));
result = ocf_pipeline_create(&pipeline, cache,
&ocf_metadata_flush_sb_pipeline_props);
if (result)