Re: [PATCH 03/10] blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs

2017-01-24 Thread Hannes Reinecke
On 01/23/2017 07:59 PM, Omar Sandoval wrote: > From: Omar Sandoval > > 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. > > Signed-off-by: Omar Sandoval

[PATCH 03/10] blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs

2017-01-23 Thread Omar Sandoval
From: Omar Sandoval 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. Signed-off-by: Omar Sandoval --- block/blk-mq-debugfs.c | 106