Re: [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
Joanne Koong <[email protected]>
| Newsgroups | org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <CAJnrk1Yp_X_qKgBFoQ2JwC8DgECZ09x5xsnj83iAQ8cDeXN2dg@mail.gmail.com> |
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]>