On 2024/4/13 2:21, Sidhartha Kumar wrote: > dissolve_free_huge_pages() only uses folios internally, rename it to > dissolve_free_hugetlb_folios() and change the comments which reference it. > > Signed-off-by: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> > --- > include/linux/hugetlb.h | 4 ++-- > mm/hugetlb.c | 2 +- > mm/memory_hotplug.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx> Thanks. .