Re: [PATCH v5 0/6] add mTHP support for anonymous shmem
From: David Hildenbrand
Date: Thu Jul 04 2024 - 15:03:49 EST
shmem has two uses:
- MAP_ANONYMOUS | MAP_SHARED (this patch set)
- tmpfs
For the second use case we don't want controls *at all*, we want the
same heiristics used for all other filesystems to apply to tmpfs.
As discussed in the MM meeting, Hugh had a different opinion on that.
--
Cheers,
David / dhildenb