commit | 5d75d3f2e736d6c8be79b677e10edb6af1bf7ed6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jan 10 11:30:08 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 10 11:47:38 2018 -0700 |
tree | 06b33057517f03b1df371495114fe556c78169c2 | |
parent | a1275677f8cd060bb8824fda66781d431560c714 [diff] |
blk-mq: add a few missing debugfs RQF_ flags We are missing ZONE_WRITE_LOCKED and MQ_TIMEOUT_EXPIRED, add them so the debugfs bits can decode them. Signed-off-by: Jens Axboe <axboe@kernel.dk>