2/2

mm: mincore: fixup improve mincore_hugetlb()

在 mincore.c 的 mincore_hugetlb() 中将 unsigned long nr 改为 const,并移除局部 vec 变量,简化实现。