Re: [PATCH 08/10] blk-mq: add tags and sched_tags bitmaps to debugfs

2017-01-24 Thread Hannes Reinecke
On 01/23/2017 07:59 PM, Omar Sandoval wrote: > From: Omar Sandoval > > These can be used to debug issues like tag leaks and stuck requests. > > Signed-off-by: Omar Sandoval > --- > block/blk-mq-debugfs.c | 50 >

[PATCH 08/10] blk-mq: add tags and sched_tags bitmaps to debugfs

2017-01-23 Thread Omar Sandoval
From: Omar Sandoval These can be used to debug issues like tag leaks and stuck requests. Signed-off-by: Omar Sandoval --- block/blk-mq-debugfs.c | 50 ++ 1 file changed, 50 insertions(+) diff --git