Re: [PATCH] mm/memory-failure: do pgoff calculation before for_each_process()

From: HORIGUCHI NAOYA(堀口 直也)
Date: Tue Aug 18 2020 - 04:46:31 EST


On Tue, Aug 18, 2020 at 04:26:47PM +0800, Xianting Tian wrote:
> There is no need to calcaulate pgoff in each loop of for_each_process(),
> so move it to the place before for_each_process(), which can save some
> CPU cycles.
>
> Signed-off-by: Xianting Tian <tian.xianting@xxxxxxx>

Looks good to me. Thank you.

Acked-by: Naoya Horiguchi <naoya.horiguchi@xxxxxxx>