mbox series

[0/6] Some cleanups for blk-core.c and blk-flush.c

Message ID 20200228150518.10496-1-guoqing.jiang@cloud.ionos.com (mailing list archive)
Headers show
Series Some cleanups for blk-core.c and blk-flush.c | expand

Message

Guoqing Jiang Feb. 28, 2020, 3:05 p.m. UTC
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: remove obsolete comments 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  | 11 +++--------
 block/blk-flush.c |  7 ++-----
 block/blk-mq.c    |  3 +--
 block/blk.h       |  4 ++--
 4 files changed, 8 insertions(+), 17 deletions(-)