Merge pull request #631 from mmichal10/dont-stop-cleaner

Don't stop cleaner in activate rollback
This commit is contained in:
Robert Baldyga 2021-12-27 16:51:32 +01:00 committed by GitHub
commit e73cbad2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2300,9 +2300,6 @@ static void _ocf_mngt_activate_handle_error(
{
ocf_cache_t cache = context->cache;
if (context->flags.cleaner_started)
ocf_stop_cleaner(cache);
if (context->flags.promotion_initialized)
__deinit_promotion_policy(cache);