Remove legacy io completion API

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2018-12-12 09:19:34 +01:00
parent c0079e4d77
commit d862778e2b
32 changed files with 195 additions and 269 deletions

View File

@@ -199,4 +199,6 @@ struct ocf_request {
struct ocf_map_info __map[];
};
typedef void (*ocf_req_end_t)(struct ocf_request *rq, int error);
#endif