Remove unused request field

Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
Robert Baldyga 2024-10-15 16:15:02 +02:00
parent 0cf4e8124b
commit b3332793bb

View File

@ -295,9 +295,6 @@ struct ocf_request {
ocf_req_cache_mode_t cache_mode; ocf_req_cache_mode_t cache_mode;
uint64_t timestamp;
/*!< Tracing timestamp */
ocf_queue_t io_queue; ocf_queue_t io_queue;
/*!< I/O queue handle for which request should be submitted */ /*!< I/O queue handle for which request should be submitted */