diff options
author | Josef Bacik | 2018-07-19 21:42:13 -0400 |
---|---|---|
committer | Jens Axboe | 2018-07-22 11:30:53 -0600 |
commit | 22f17952c7873a427e6e4280d723c0f686d75fb9 (patch) | |
tree | ba3046530a5f3dadb9b3e66289027b49531a423c /block/blk-mq-debugfs.c | |
parent | 636620b66d5d4012c4a9c86206013964d3986c4f (diff) |
blk-rq-qos: make depth comparisons unsigned
With the change to use UINT_MAX I broke the depth check as any value of
inflight (ie 0) would be less than (int)UINT_MAX. Fix this by changing
everything to unsigned int to match the depth.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq-debugfs.c')
0 files changed, 0 insertions, 0 deletions