Christoph Hellwig c62b37d96b block: move ->make_request_fn to struct block_device_operations
The make_request_fn is a little weird in that it sits directly in
struct request_queue instead of an operation vector.  Replace it with
a block_device_operations method called submit_bio (which describes much
better what it does).  Also remove the request_queue argument to it, as
the queue can be derived pretty trivially from the bio.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-07-01 07:27:24 -06:00
..
2019-11-12 19:12:07 -07:00
2019-09-16 10:18:01 -04:00
2016-11-01 09:43:26 -06:00
2017-06-09 09:27:32 -06:00
2019-08-23 10:13:12 -04:00
2019-03-12 10:15:18 -07:00