commit | 950cd7e9ffdc44c340b8914126b39cc079f0c844 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Wed Jan 25 08:06:42 2017 -0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Jan 27 08:17:44 2017 -0700 |
tree | a9f4e5fc7958b798e9cdb30da733c20b0f9af268 | |
parent | 9abb2ad21e8b9b7a2555411fbee225a508cf962d [diff] |
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>