Re: [PATCH 3/4] mm/hwpoison: change argument struct page **hpagep to *hpage

From: HORIGUCHI NAOYA(堀口 直也)
Date: Tue Aug 17 2021 - 03:28:36 EST


On Sat, Aug 14, 2021 at 06:51:30PM +0800, Miaohe Lin wrote:
> It's unnecessary to pass in a struct page **hpagep because it's never
> modified. Changing to use *hpage to simplify the code.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

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