Re: [PATCH v3] bcache: fix writeback target calc on large devices
From: Michael Lyle <hidden>
Date: 2018-01-08 17:58:03
Also in:
linux-bcache
From: Michael Lyle <hidden>
Date: 2018-01-08 17:58:03
Also in:
linux-bcache
Tang Junhui-- Thanks for your feedback, help, and flexibility. I will try to make this better overall in the long term. On Sun, Jan 7, 2018 at 6:46 PM, [off-list ref] wrote:
OK, please replace 16384 with macro, and replease 16384 * bdev_sectors(dc->bdev) with bit shift operation, eg: bdev_sectors(dc->bdev)<<MACRO. Reviewed-by: Tang Junhui <redacted>
I have pulled this into bcache-for-next and will be testing it all some today, hopefully to send out to linux-block/Jens late today/tomorrow. Mike