summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2018-07-11 10:34:42 -0400
committerJens Axboe <axboe@kernel.dk>2018-07-11 08:37:38 -0600
commita284390b397ae2f95de799bc591efbfe54bf0907 (patch)
tree07136f08be61683a7ccfdbf3af286dec401880cc /.clang-format
parent88b7210c81096c018f5836aff4749743c0d34623 (diff)
blk-iolatency: fix max_depth comparisons
max_depth used to be a u64, but I changed it to a unsigned int but didn't convert my comparisons over everywhere. Fix by using UINT_MAX everywhere instead of (u64)-1. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions