diff options
author | Christoph Hellwig <hch@lst.de> | 2021-10-21 09:06:06 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-22 17:33:57 +0300 |
commit | 4abafdc4360d993104c2b2f85943938a0c6ad025 (patch) | |
tree | 6f0a3e4a7fceb8afc3740ff51fa3b53c01fb63eb /include/linux/blk-mq.h | |
parent | 68ec3b819a5d600a4ede8b596761dccac9f39ebc (diff) | |
download | linux-4abafdc4360d993104c2b2f85943938a0c6ad025.tar.xz |
block: remove the initialize_rq_fn blk_mq_ops method
Entirely unused now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20211021060607.264371-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r-- | include/linux/blk-mq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index b4039fdf1b04..ebc45cf0450b 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h @@ -567,11 +567,6 @@ struct blk_mq_ops { unsigned int); /** - * @initialize_rq_fn: Called from inside blk_get_request(). - */ - void (*initialize_rq_fn)(struct request *rq); - - /** * @cleanup_rq: Called before freeing one request which isn't completed * yet, and usually for freeing the driver private data. */ |