Cleanup request map entries in error handling path
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
0289389f7a
commit
990f5160eb
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user