Handle metadata asynchronously

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-03-19 15:27:11 +01:00
parent 8998e145f2
commit 6cd84476f6
21 changed files with 1149 additions and 1427 deletions

View File

@@ -810,14 +810,6 @@ int ocf_req_trylock_rd(struct ocf_request *req)
return _ocf_req_lock_rd_common(req, req, _req_on_lock);
}
/*
* Lock wait request context
*/
struct _req_wait_context {
struct ocf_request *req;
env_completion cmpl;
};
/*
*
*/