Merge pull request #404 from robertbaldyga/cleanup-map-entires
Cleanup request map entries in error handling path
This commit is contained in:
commit
1024b4e033
@ -299,6 +299,8 @@ static void ocf_engine_map_hndl_error(struct ocf_cache *cache,
|
||||
OCF_DEBUG_RQ(req, "Canceling cache line %u",
|
||||
entry->coll_idx);
|
||||
|
||||
entry->status = LOOKUP_MISS;
|
||||
|
||||
ocf_metadata_start_collision_shared_access(cache,
|
||||
entry->coll_idx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user