Re: [PATCH v2 2/4] blk-mq-debugfs: Show requeue list

2017-05-31 Thread Ming Lei
On Wed, May 31, 2017 at 02:30:48PM -0700, Bart Van Assche wrote: > When verifying whether or not a blk-mq driver forgot to kick the > requeue list after having requeued a request it is important to > be able to verify the contents of the requeue list. Hence export > that list through debugfs. > >

[PATCH v2 2/4] blk-mq-debugfs: Show requeue list

2017-05-31 Thread Bart Van Assche
When verifying whether or not a blk-mq driver forgot to kick the requeue list after having requeued a request it is important to be able to verify the contents of the requeue list. Hence export that list through debugfs. Signed-off-by: Bart Van Assche Reviewed-by: