Re: [PATCH] blk-mq-debugfs: Show more request state information

2018-03-09 Thread Jens Axboe
On 3/8/18 4:27 PM, Bart Van Assche wrote: > Since commit 634f9e4631a8 ("blk-mq: remove REQ_ATOM_COMPLETE usages > from blk-mq") blk_rq_is_complete() only reports whether or not a > request has completed for legacy queues. Hence modify the > blk-mq-debugfs code such that it shows the blk-mq request

[PATCH] blk-mq-debugfs: Show more request state information

2018-03-08 Thread Bart Van Assche
Since commit 634f9e4631a8 ("blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq") blk_rq_is_complete() only reports whether or not a request has completed for legacy queues. Hence modify the blk-mq-debugfs code such that it shows the blk-mq request state again. Fixes: 634f9e4631a8 ("blk-mq: remove

[PATCH] blk-mq-debugfs: Show more request state information

2018-02-06 Thread Bart Van Assche
Since commit 634f9e4631a8 ("blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq") blk_rq_is_complete() only reports whether or not a request has completed for legacy queues. Hence modify the blk-mq-debugfs code such that it shows the blk-mq request state again. Fixes: 634f9e4631a8 ("blk-mq: remove