linux/drivers/s390
Christoph Hellwig 3d745ea5b0 block: simplify queue allocation
Current make_request based drivers use either blk_alloc_queue_node or
blk_alloc_queue to allocate a queue, and then set up the make_request_fn
function pointer and a few parameters using the blk_queue_make_request
helper.  Simplify this by passing the make_request pointer to
blk_alloc_queue, and while at it merge the _node variant into the main
helper by always passing a node_id, and remove the superfluous gfp_mask
parameter.  A lower-level __blk_alloc_queue is kept for the blk-mq case.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-03-27 10:23:43 -06:00
..
block block: simplify queue allocation 2020-03-27 10:23:43 -06:00
char compat_ioctl: move tape handling into drivers 2019-10-23 17:23:44 +02:00
cio s390/qdio: fill SL with absolute addresses 2020-02-19 17:26:32 +01:00
crypto s390/pkey/zcrypt: spelling s/crytp/crypt/ 2020-02-17 18:01:57 +01:00
net s390 updates for 5.6-rc3 2020-02-22 10:43:41 -08:00
scsi SCSI fixes on 20200229 2020-02-29 09:58:47 -06:00
virtio virtio/s390: fix race on airq_areas[] 2019-07-26 13:36:18 +02:00
Makefile s390: remove pointless drivers-y in drivers/s390/Makefile 2019-09-16 13:21:51 +02:00