Re: [PATCH v3 1/7] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
Zi Yan <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm,gmane.linux.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 4 Aug 2026, at 15:24, Nico Pache (Red Hat) wrote: > Extract the repeated clearing of node_load, alloc_nmask, and > mthp_present_ptes into a helper to reduce duplication in > collapse_scan_pmd() and collapse_scan_file(). Althought file scans do not > current use the bitmap, they will in the future, and clearing it now is > harmless. > > Reviewed-by: Baolin Wang <[email protected]> > Acked-by: Usama Arif <[email protected]> > Acked-by: David Hildenbrand (Arm) <[email protected]> > Reviewed-by: Lorenzo Stoakes (ARM) <[email protected]> > Signed-off-by: Nico Pache (Red Hat) <[email protected]> > --- > mm/khugepaged.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > LGTM. Reviewed-by: Zi Yan <[email protected]> Best Regards, Yan, Zi