On Wed, May 14, 2025 at 04:41:55PM -0700, Ackerley Tng wrote: > -static struct folio *dequeue_hugetlb_folio_vma(struct hstate *h, > - struct vm_area_struct *vma, > - unsigned long address, long gbl_chg) > +static struct folio *dequeue_hugetlb_folio(struct hstate *h, > + struct vm_area_struct *vma, > + unsigned long address) Pleaase don't mess with the indentation unless necessary. Nobody cares what your personal style preference is. You're obscuring the actual changes.