Merge pull request #105 from imjfckm/master

Fix flushing of volatile metadata containers
This commit is contained in:
Adam Rutkowski
2019-04-08 07:01:20 -04:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ void raw_volatile_load_all(ocf_cache_t cache, struct ocf_metadata_raw *raw,
void raw_volatile_flush_all(ocf_cache_t cache, struct ocf_metadata_raw *raw,
ocf_metadata_end_t cmpl, void *priv)
{
cmpl(priv, -ENOTSUP);
cmpl(priv, 0);
}
/*