Re: [PATCH 05/10] sbitmap: add helpers for dumping to a seq_file

2017-01-24 Thread Hannes Reinecke
On 01/23/2017 07:59 PM, Omar Sandoval wrote: > From: Omar Sandoval > > This is useful debugging information that will be used in the blk-mq > debugfs directory. > > Signed-off-by: Omar Sandoval > --- > include/linux/sbitmap.h | 34 >

[PATCH 05/10] sbitmap: add helpers for dumping to a seq_file

2017-01-23 Thread Omar Sandoval
From: Omar Sandoval This is useful debugging information that will be used in the blk-mq debugfs directory. Signed-off-by: Omar Sandoval --- include/linux/sbitmap.h | 34 lib/sbitmap.c | 83