Re: [PATCH] mm: proc: remove redundant page validation of pte_page

From: Chaitanya Kulkarni
Date: Tue Mar 15 2022 - 23:23:17 EST


On 3/15/22 19:59, Xianting Tian wrote:
> pte_page() always returns a valid page, so remove the redundant
> page validation, as we did in many other places.
>
> Signed-off-by: Xianting Tian <xianting.tian@xxxxxxxxxxxxxxxxx>
> ---


Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck