]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Jan 2017 16:06:42 +0000 (08:06 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 27 Jan 2017 15:17:44 +0000 (08:17 -0700)
commit76a208e26f2f512dad6e737fbebc59cbfa92ade9
treea9f4e5fc7958b798e9cdb30da733c20b0f9af268
parent769c92393b9d804528c786e7a32665c46e9cbedb
blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs

These lists are only useful for debugging; they definitely don't belong
in sysfs. Putting them in debugfs also removes the limitation of a
single page of output.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-debugfs.c
block/blk-mq-sysfs.c