[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fa0d9f73-467b-64b8-91df-b2943f4dc27b@redhat.com>
Date: Wed, 12 Jul 2023 17:56:38 +0200
From: David Hildenbrand <david@...hat.com>
To: Xueshi Hu <xueshi.hu@...rtx.com>, akpm@...ux-foundation.org,
mhocko@...e.com, quic_charante@...cinc.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm: remove clear_page_idle()
On 12.07.23 15:49, Xueshi Hu wrote:
> All callers have now been converted to call folio_clear_idle().
>
> Signed-off-by: Xueshi Hu <xueshi.hu@...rtx.com>
> ---
> include/linux/page_idle.h | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/include/linux/page_idle.h b/include/linux/page_idle.h
> index 5cb7bd2078ec..d8f344840643 100644
> --- a/include/linux/page_idle.h
> +++ b/include/linux/page_idle.h
> @@ -144,9 +144,4 @@ static inline void set_page_idle(struct page *page)
> {
> folio_set_idle(page_folio(page));
> }
> -
> -static inline void clear_page_idle(struct page *page)
> -{
> - folio_clear_idle(page_folio(page));
> -}
> #endif /* _LINUX_MM_PAGE_IDLE_H */
Reviewed-by: David Hildenbrand <david@...hat.com>
--
Cheers,
David / dhildenb
Powered by blists - more mailing lists