Re: [PATCH 1/4] mm/hwpoison: remove unneeded variable unmap_success
From: HORIGUCHI NAOYA (堀口 直也) <hidden>
Date: 2021-08-17 07:28:31
Also in:
lkml
From: HORIGUCHI NAOYA (堀口 直也) <hidden>
Date: 2021-08-17 07:28:31
Also in:
lkml
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@huawei.com>
Hi Miaohe, Thank you for finding the issues. Acked-by: Naoya Horiguchi <redacted>