Searched hist:"9 ce762e85bc95fd7aa1fb5f8cfc38ce5a228fc95" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | util.c | diff 9ce762e85bc95fd7aa1fb5f8cfc38ce5a228fc95 Mon Oct 16 12:34:47 CDT 2017 Michael Lyle <mlyle@lyle.org> 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>
|