On Thu, 2017-03-30 at 09:19 -0600, Jens Axboe wrote: > On 03/30/2017 09:16 AM, Bart Van Assche wrote: > > On Thu, 2017-03-30 at 07:50 +0200, Hannes Reinecke wrote: > > > On 03/29/2017 10:20 PM, Bart Van Assche wrote: > > > > Make it possible to check whether or not a block layer queue has > > > > been stopped. Make it possible to run a blk-mq queue from user > > > > space. > > > > > > > > Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> > > > > Cc: Omar Sandoval <osandov@xxxxxx> > > > > Cc: Hannes Reinecke <hare@xxxxxxxx> > > > > --- > > > > block/blk-mq-debugfs.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > 1 file changed, 84 insertions(+) > > > > > > > > > > About bloody time :-) > > > > > > Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> > > > > Hello Hannes, > > > > Thanks for the review :-) However, had you noticed that I had already > > posted a v2 of this patch? Anyway, since I have improved v2 further > > after I had posted it, I will post a v3 today. > > I didn't see a v2 posting? Hello Jens, The label "v2" was missing from the subject, maybe that's why it didn't get noticed. Anyway, v2 is available e.g. at URL http://marc.info/?l=linux-block&m=149082319230648. Bart.