On Mon, Nov 17, 2025 at 09:42:02PM +0100, Mikulas Patocka wrote: > GFP_NOWAIT allocation may fail anytime. It needs to be changed to > GFP_NOIO. There's no need to handle an error because mempool_alloc with > GFP_NOIO can't fail. > > Signed-off-by: Mikulas Patocka <[email protected]> > Cc: [email protected]
Reviewed-by: Eric Biggers <[email protected]> - Eric
