Re: [PATCH 1/2] xfs: mark kmalloc'd xfs_buf items as __GFP_RECLAIMABLE
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 03:40:52PM -0500, Eric Sandeen wrote: > xfs_bufs have a shrinker and are therefore reclaimable; mark > them as such in the kmalloc path, so that they are accounted > for in this way. You can use up all 73 characters for your commit log :) Otherwise looks fine: Reviewed-by: Christoph Hellwig <[email protected]>