Re: [PATCH] bcache: writeback rate clamping: make 32 bit safe
From: Jens Axboe <axboe@kernel.dk>
Date: 2017-10-16 19:01:02
Also in:
linux-block
From: Jens Axboe <axboe@kernel.dk>
Date: 2017-10-16 19:01:02
Also in:
linux-block
On 10/16/2017 11:34 AM, Michael Lyle wrote:
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.
Applied, but you should remember to add Fixes lines when a patch
explicitly fixes a problem introduced by a previous patch. Ala:
Fixes: e41166c5c44e ("bcache: writeback rate shouldn't artifically clamp")
so that backports have an easier time finding dependent fixes.
--
Jens Axboe