mbox series

[0/2] enable plugging only for reads in zoned block devices

Message ID 20220925185348.120964-1-p.raghav@samsung.com (mailing list archive)
Headers show
Series enable plugging only for reads in zoned block devices | expand

Message

Pankaj Raghav Sept. 25, 2022, 6:53 p.m. UTC
Hi Jens,
 This patch series addresses the issue that was discussed in your plugging
 for passthrough patch series[1].

1st patch modifies blk_mq_plug() function to accept plugging only for
reads in zoned block devices.

2nd patch uses the blk_mq_plug function in blk_execute_rq_nowait().

The patches are based on next-20220923.

[1] https://lore.kernel.org/linux-block/2e484ccb-b65b-2991-e259-d3f7be6ad1a6@kernel.dk/

Pankaj Raghav (2):
  block: modify blk_mq_plug() to allow only reads for zoned block
    devices
  block: use blk_mq_plug() in blk_execute_rq_nowait()

 block/blk-mq.c | 2 +-
 block/blk-mq.h | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)