Fix flush cache error handling
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
a084c1cb1c
commit
1a234744ef
@ -445,7 +445,7 @@ static void _ocf_mngt_flush_container(
|
|||||||
|
|
||||||
finish:
|
finish:
|
||||||
env_atomic_cmpxchg(&context->fcs.error, 0, error);
|
env_atomic_cmpxchg(&context->fcs.error, 0, error);
|
||||||
end(fc);
|
end(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _ocf_flush_container_complete(void *ctx)
|
void _ocf_flush_container_complete(void *ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user