On Thu, Aug 20, 2020 at 6:29 PM Zhen Lei <thunder.leiz...@huawei.com> wrote: > > #define RESYNC_SECTORS (RESYNC_BLOCK_SIZE >> 9) > > "RESYNC_BLOCK_SIZE/512" is equal to "RESYNC_BLOCK_SIZE >> 9", replace it > with RESYNC_SECTORS. > > Signed-off-by: Zhen Lei <thunder.leiz...@huawei.com>
Applied to md-next. Thanks!