mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
c62b37d96b
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> |
||
---|---|---|
.. | ||
bfq-iosched.rst | ||
biodoc.rst | ||
biovecs.rst | ||
capability.rst | ||
cmdline-partition.rst | ||
data-integrity.rst | ||
deadline-iosched.rst | ||
index.rst | ||
inline-encryption.rst | ||
ioprio.rst | ||
kyber-iosched.rst | ||
null_blk.rst | ||
pr.rst | ||
queue-sysfs.rst | ||
request.rst | ||
stat.rst | ||
switching-sched.rst | ||
writeback_cache_control.rst |