Re: [PATCH 06/10] blk-mq: export software queue pending map to debugfs

2017-01-24 Thread Hannes Reinecke
On 01/23/2017 07:59 PM, Omar Sandoval wrote: > From: Omar Sandoval > > This is useful for debugging problems where we've gotten stuck with > requests in the software queues. > > Signed-off-by: Omar Sandoval > --- > block/blk-mq-debugfs.c | 15 +++ >

[PATCH 06/10] blk-mq: export software queue pending map to debugfs

2017-01-23 Thread Omar Sandoval
From: Omar Sandoval This is useful for debugging problems where we've gotten stuck with requests in the software queues. Signed-off-by: Omar Sandoval --- block/blk-mq-debugfs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git