commit | 9ce762e85bc95fd7aa1fb5f8cfc38ce5a228fc95 | [log] [tgz] |
---|---|---|
author | Michael Lyle <mlyle@lyle.org> | Mon Oct 16 10:34:47 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 16 13:00:10 2017 -0600 |
tree | 2d896298abbb01ac5e998d02273aee1544ea8504 | |
parent | 52b69ff54aa0d163253dbd7ff80aaecf179dfbe3 [diff] |
bcache: writeback rate clamping: make 32 bit safe Sorry this got through to linux-block, was detected by the kbuilds test robot. NSEC_PER_SEC is a long constant; 2.5 * 10^9 doesn't fit in a signed long constant. Fixes: e41166c5c44e ("bcache: writeback rate shouldn't artifically clamp") Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Michael Lyle <mlyle@lyle.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>