On Tue, Apr 02, 2024 at 09:39:47PM -0700, Christoph Hellwig wrote: > On Wed, Apr 03, 2024 at 08:38:16AM +1100, Dave Chinner wrote: > > From: Dave Chinner <dchinner@xxxxxxxxxx> > > > > Pankaj Raghav reported that when filesystem block size is larger > > than page size, the xattr code can use kmalloc() for high order > > allocations. This triggers a useless warning in the allocator as it > > is a __GFP_NOFAIL allocation here: > > Can we just get the warning fixed in the MM code? I'd love that, but until the MM developers actually agree to supporting __GFP_NOFAIL as normal, guaranteed allocation policy this isn't going to change. I don't want to hold up the LBS support work by gating it on mm policy changes.... -Dave. -- Dave Chinner david@xxxxxxxxxxxxx