Fix flush cache error handling

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2019-03-25 22:10:22 -04:00
parent a084c1cb1c
commit 1a234744ef

View File

@ -445,7 +445,7 @@ static void _ocf_mngt_flush_container(
finish:
env_atomic_cmpxchg(&context->fcs.error, 0, error);
end(fc);
end(context);
}
void _ocf_flush_container_complete(void *ctx)