]> git.baikalelectronics.ru Git - kernel.git/commit
sbitmap: add helpers for dumping to a seq_file
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Jan 2017 22:32:13 +0000 (14:32 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 27 Jan 2017 15:17:44 +0000 (08:17 -0700)
commit51870844778f28072313cfe754301800ceab45c8
tree6a1620d0d780d0fbdf1e89d7dbfcb3ef401cba3f
parent4d83c962b21013743d5771febdfff7b3da833f6e
sbitmap: add helpers for dumping to a seq_file

This is useful debugging information that will be used in the blk-mq
debugfs directory.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Changed 'weight' to 'busy'.

Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/sbitmap.h
lib/sbitmap.c