Re: [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
"changfengnan" <[email protected]>
| Newsgroups | org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <d9210bcdf73fbe1ac8b6ec132865609a3ed68688.873180e9.9f3e.460d.9186.3caddf216bd7@bytedance.com> |
> From: "Joanne Koong"<[email protected]> > Date: Thu, Jul 23, 2026, 05:02 > Subject: Re: [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations > To: "Christoph Hellwig"<[email protected]> > Cc: <[email protected]>, "Darrick J. Wong"<[email protected]>, "Christian Brauner"<[email protected]>, "Theodore Ts'o"<[email protected]>, "Carlos Maiolino"<[email protected]>, <[email protected]>, <[email protected]>, <[email protected]> > On Wed, Jul 22, 2026 at 5:49 AM Christoph Hellwig <[email protected]> wrote: > > > > For non-blocking iocbs we should avoid blocking allocation where > > possible, so switch to a GFP_NOWAIT allocation here. > > > > Signed-off-by: Christoph Hellwig <[email protected]> > > Reviewed-by: Joanne Koong <[email protected]> Reviewed-by: Fengnan Chang <[email protected]> >