Cleanup request map entries in error handling path

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2020-09-01 09:21:13 +02:00
parent 0289389f7a
commit 990f5160eb

View File

@ -299,6 +299,8 @@ static void ocf_engine_map_hndl_error(struct ocf_cache *cache,
OCF_DEBUG_RQ(req, "Canceling cache line %u", OCF_DEBUG_RQ(req, "Canceling cache line %u",
entry->coll_idx); entry->coll_idx);
entry->status = LOOKUP_MISS;
ocf_metadata_start_collision_shared_access(cache, ocf_metadata_start_collision_shared_access(cache,
entry->coll_idx); entry->coll_idx);