Remove blk request handling path

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-05-17 16:50:44 +02:00
parent 7343cb55fa
commit b82b338c53
5 changed files with 4 additions and 466 deletions

View File

@@ -45,13 +45,6 @@ struct casdsk_exp_obj_ops {
void (*submit_bio)(struct casdsk_disk *dsk,
struct bio *bio, void *private);
/**
* @brief queue_rq_fn of exported object (top) block device.
* Called by cas_disk when cas_disk device is in attached mode.
*/
CAS_BLK_STATUS_T (*queue_rq_fn)(struct casdsk_disk *dsk, struct request *rq,
void *private);
/**
* @brief Increment exported object pending request counter.
*/