On Mon, Apr 13, 2026 at 03:20:25PM -0400, Zi Yan wrote: > filemap_nr_thps*() are removed, the related field, address_space->nr_thps, > is no longer needed. Remove it.
... this shrinks struct address_space by 8 bytes on 64-bit systems which may increase the number of inodes we can cache. > Reviewed-by: Lorenzo Stoakes (Oracle) <[email protected]> > Acked-by: David Hildenbrand (Arm) <[email protected]> > Reviewed-by: Lance Yang <[email protected]> > Signed-off-by: Zi Yan <[email protected]> Reviewed-by: Matthew Wilcox (Oracle) <[email protected]>

