linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c
@ 2020-03-09 21:41 Guoqing Jiang
  2020-03-09 21:41 ` [PATCH V2 1/6] block: fix comment for blk_cloned_rq_check_limits Guoqing Jiang
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Guoqing Jiang @ 2020-03-09 21:41 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, Guoqing Jiang

V2:

* collected Reviewed-by tags for some patches.
* remove __blk_rq_prep_clone and move the impletation to the only caller.

V1:

Hi,

This patchset updates code and comment in blk-core.c and blk-flush.c.
The first patch had been sent before, now update it with the Reviewed-by
tag from Bart.

Thanks,
Guoqing

Guoqing Jiang (6):
  block: fix comment for blk_cloned_rq_check_limits
  block: use bio_{wouldblock,io}_error in direct_make_request
  block: remove redundant setting of QUEUE_FLAG_DYING
  block: cleanup for _blk/blk_rq_prep_clone
  block: remove unneeded argument from blk_alloc_flush_queue
  block: cleanup comment for blk_flush_complete_seq

 block/blk-core.c  | 38 +++++++++++++-------------------------
 block/blk-flush.c |  7 ++-----
 block/blk-mq.c    |  3 +--
 block/blk.h       |  4 ++--
 4 files changed, 18 insertions(+), 34 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-19 10:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 21:41 [PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c Guoqing Jiang
2020-03-09 21:41 ` [PATCH V2 1/6] block: fix comment for blk_cloned_rq_check_limits Guoqing Jiang
2020-03-09 21:41 ` [PATCH V2 2/6] block: use bio_{wouldblock,io}_error in direct_make_request Guoqing Jiang
2020-03-19 10:29   ` Christoph Hellwig
2020-03-09 21:41 ` [PATCH V2 3/6] block: remove redundant setting of QUEUE_FLAG_DYING Guoqing Jiang
2020-03-09 21:41 ` [PATCH V2 4/6] block: cleanup for _blk/blk_rq_prep_clone Guoqing Jiang
2020-03-09 21:41 ` [PATCH V2 5/6] block: remove unneeded argument from blk_alloc_flush_queue Guoqing Jiang
2020-03-09 21:41 ` [PATCH V2 6/6] block: cleanup comment for blk_flush_complete_seq Guoqing Jiang
2020-03-12 13:43 ` [PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).