Remove partition list
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -210,19 +210,6 @@ void ocf_engine_lookup_map_entry(struct ocf_cache *cache,
|
||||
struct ocf_map_info *entry, ocf_core_id_t core_id,
|
||||
uint64_t core_line);
|
||||
|
||||
/**
|
||||
* @brief Request cacheline lock type
|
||||
*/
|
||||
enum ocf_engine_lock_type
|
||||
{
|
||||
/** No lock */
|
||||
ocf_engine_lock_none = 0,
|
||||
/** Write lock */
|
||||
ocf_engine_lock_write,
|
||||
/** Read lock */
|
||||
ocf_engine_lock_read,
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Engine-specific callbacks for common request handling rountine
|
||||
*
|
||||
@@ -230,9 +217,6 @@ enum ocf_engine_lock_type
|
||||
*/
|
||||
struct ocf_engine_callbacks
|
||||
{
|
||||
/** Specify locking requirements after request is mapped */
|
||||
enum ocf_engine_lock_type (*get_lock_type)(struct ocf_request *req);
|
||||
|
||||
/** Resume handling after acquiring asynchronous lock */
|
||||
ocf_req_async_lock_cb resume;
|
||||
};
|
||||
|
Reference in New Issue
Block a user