mbox series

[0/1] s390/dasd: use blk_mq_alloc_disk

Message ID 20220928143945.1687114-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: use blk_mq_alloc_disk | expand

Message

Stefan Haberland Sept. 28, 2022, 2:39 p.m. UTC
Hi Jens,

please apply the following patch that improves the queue allocation.
Will you still take it for-next?

regards,
Stefan

Christoph Hellwig (1):
  s390/dasd: use blk_mq_alloc_disk

 drivers/s390/block/dasd.c        | 83 ++++----------------------------
 drivers/s390/block/dasd_devmap.c |  7 +--
 drivers/s390/block/dasd_diag.c   |  2 +-
 drivers/s390/block/dasd_eckd.c   |  2 +-
 drivers/s390/block/dasd_fba.c    |  2 +-
 drivers/s390/block/dasd_genhd.c  | 29 +++++++++--
 drivers/s390/block/dasd_int.h    |  2 +-
 7 files changed, 39 insertions(+), 88 deletions(-)

Comments

Jens Axboe Sept. 28, 2022, 2:56 p.m. UTC | #1
On Wed, 28 Sep 2022 16:39:44 +0200, Stefan Haberland wrote:
> please apply the following patch that improves the queue allocation.
> Will you still take it for-next?
> 
> regards,
> Stefan
> 
> Christoph Hellwig (1):
>   s390/dasd: use blk_mq_alloc_disk
> 
> [...]

Applied, thanks!

[1/1] s390/dasd: use blk_mq_alloc_disk
      commit: c68f4f4e296b6011032b4f88d0ce72eb72a6bb07

Best regards,