On 7/11/18 7:30 AM, Josef Bacik wrote: > 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 comparing to > INT_MAX instead of (u64)-1. Should that be UINT_MAX? -- Jens Axboe
On 7/11/18 7:30 AM, Josef Bacik wrote: > 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 comparing to > INT_MAX instead of (u64)-1. Should that be UINT_MAX? -- Jens Axboe