mbox series

[v3,0/2] Two blk_mq_submit_bio() patches

Message ID 20241218212246.1073149-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Two blk_mq_submit_bio() patches | expand

Message

Bart Van Assche Dec. 18, 2024, 9:22 p.m. UTC
Hi Jens,

This patch series includes two cleanup patches for blk_mq_submit_bio(). No
functionality has been changed.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v2 of this patch series:
 - Changed the title of the first patch.
 - Added unlikely() in the second patch.
 - Dropped the patch that was added as the third patch.

Changes compared to v1 of this patch series:
 - Addressed Christoph's comments on patch 2/3.
 - Added patch 3/3 to this series.

Bart Van Assche (2):
  block: Reorder the request allocation code in blk_mq_submit_bio()
  blk-mq: Move more error handling into blk_mq_submit_bio()

 block/blk-mq.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)