Re: [PATCH 1/4] mm/hwpoison: remove unneeded variable unmap_success

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


On Sat, Aug 14, 2021 at 06:51:28PM +0800, Miaohe Lin wrote:
> unmap_success is used to indicate whether page is successfully unmapped
> but it's irrelated with ZONE_DEVICE page and unmap_success is always
> true here. Remove this unneeded one.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Hi Miaohe,

Thank you for finding the issues.

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