On 01/19/23 13:14, Sidhartha Kumar wrote: > Convert putback_active_hugepage() to putback_active_hugetlb_folio(), this > removes one user of the Huge Page macros which take in a page. The callers > in migrate.c are also cleaned up by being able to directly use the src and > dst folio variables. > > Signed-off-by: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> > --- > include/linux/hugetlb.h | 4 ++-- > mm/hugetlb.c | 8 ++++---- > mm/migrate.c | 8 ++++---- > 3 files changed, 10 insertions(+), 10 deletions(-) Thanks, Reviewed-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx> -- Mike Kravetz