Rename LOOKUP_MAPPED to LOOKUP_INSERTED

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-03-05 11:20:46 +01:00
parent a09587f521
commit b34f5fd721
4 changed files with 7 additions and 7 deletions

View File

@@ -233,7 +233,7 @@ struct ocf_engine_callbacks
* @param req OCF request
*
* @returns eviction status
* @retval LOOKUP_MAPPED successfully evicted required number of cachelines
* @retval LOOKUP_INSERTED successfully evicted required number of cachelines
* @retval LOOKUP_MISS eviction failure
*/
int ocf_engine_prepare_clines(struct ocf_request *req,