Re: [PATCH v6 01/12] mm: rename pmd_to_softleaf_folio() to pmd_softleaf_to_folio()
Zi Yan <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On 18 Aug 2026, at 9:09, Usama Arif wrote: > pmd_to_softleaf_folio() converts the softleaf entry encoded by a PMD > to a folio. Rename it to pmd_softleaf_to_folio() to make the conversion > direction explicit and align it with softleaf_to_folio(). > > No functional change. > > Suggested-by: Dev Jain <[email protected]> > Signed-off-by: Usama Arif <[email protected]> > --- > include/linux/leafops.h | 4 ++-- > mm/huge_memory.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > LGTM. Reviewed-by: Zi Yan <[email protected]> Best Regards, Yan, Zi