Re: [PATCH] fs: drop GFP_NOFAIL mode from alloc_page_buffers
From: Song Liu
Date: Thu Aug 29 2024 - 12:34:53 EST
On Thu, Aug 29, 2024 at 6:06 AM Michal Hocko <mhocko@xxxxxxxxxx> wrote:
>
> From: Michal Hocko <mhocko@xxxxxxxx>
>
> There is only one called of alloc_page_buffers and it doesn't require
> __GFP_NOFAIL so drop this allocation mode.
>
> Signed-off-by: Michal Hocko <mhocko@xxxxxxxx>
Thanks for the cleanup!
I guess we will take this via the fs tree. So
Acked-by: Song Liu <song@xxxxxxxxxx>