mbox series

[0/2] null_blk fix and cleanup

Message ID 20230314041106.19173-1-damien.lemoal@opensource.wdc.com (mailing list archive)
Headers show
Series null_blk fix and cleanup | expand

Message

Damien Le Moal March 14, 2023, 4:11 a.m. UTC
Patch 1 is the rewritten fix from Akinobu to correct handling of fake
timeouts. The second patch is a small cleanup of the null_queue_rq()
function without any functional change.

Damien Le Moal (2):
  block: null_blk: Fix handling of fake timeout request
  block: null_blk: cleanup null_queue_rq()

 drivers/block/null_blk/main.c | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Comments

Jens Axboe March 15, 2023, 12:51 p.m. UTC | #1
On Tue, 14 Mar 2023 13:11:04 +0900, Damien Le Moal wrote:
> Patch 1 is the rewritten fix from Akinobu to correct handling of fake
> timeouts. The second patch is a small cleanup of the null_queue_rq()
> function without any functional change.
> 
> Damien Le Moal (2):
>   block: null_blk: Fix handling of fake timeout request
>   block: null_blk: cleanup null_queue_rq()
> 
> [...]

Applied, thanks!

[1/2] block: null_blk: Fix handling of fake timeout request
      (no commit info)
[2/2] block: null_blk: cleanup null_queue_rq()
      (no commit info)

Best regards,