Re: [PATCH v2 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
"Zi Yan" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Wed Aug 12, 2026 at 2:48 PM EDT, Kairui Song via B4 Relay wrote: > From: Kairui Song <[email protected]> > > The helper splits a folio whose refcount is frozen: the frozen refcount > is the state it relies on, while unmapping is arranged by the caller > beforehand. The old name caused confusion and people may try to call the > helper on non-frozen folios. > > Suggested-by: Zi Yan <[email protected]> > Signed-off-by: Kairui Song <[email protected]> > --- > mm/huge_memory.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > Thanks. Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi