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. Bart.