On Thu, 2017-08-03 at 14:01 -0600, Jens Axboe wrote: > No functional change in this patch, just in preparation for > basing the inflight mechanism on the queue in question. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> > --- > block/bio.c | 16 ++++++++-------- > block/blk-core.c | 22 ++++++++++++---------- > block/blk-merge.c | 4 ++-- > block/genhd.c | 4 ++-- > block/partition-generic.c | 5 +++-- > drivers/block/drbd/drbd_req.c | 10 +++++++--- > drivers/block/rsxx/dev.c | 6 +++--- > drivers/block/zram/zram_drv.c | 5 +++-- > drivers/md/bcache/request.c | 7 ++++--- > drivers/md/dm.c | 6 +++--- > drivers/nvdimm/nd.h | 5 +++-- > include/linux/bio.h | 9 +++++---- > include/linux/genhd.h | 14 +++++++++----- > 13 files changed, 64 insertions(+), 49 deletions(-) Hello Jens, Should the DRBD, rsxx, zram, md and nvdimm driver maintainers be CC-ed? Anyway: Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxx>