]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/blk-mq-debugfs.c
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)
commit950cd7e9ffdc44c340b8914126b39cc079f0c844
treea9f4e5fc7958b798e9cdb30da733c20b0f9af268
parent9abb2ad21e8b9b7a2555411fbee225a508cf962d
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