Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/page_alloc: correct the wrong cpuset file path in comment

cpuset.c was moved to kernel/cgroup/ in below commit
201af4c0fab0 ("cgroup: move cgroup files under kernel/cgroup/")
Correct the wrong path in comment.

Link: https://lkml.kernel.org/r/20220718120336.5145-1-mark-pk.tsai@mediatek.com
Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Mark-PK Tsai and committed by
akpm
189cdcfe 4d8ff640

+1 -1
+1 -1
mm/page_alloc.c
··· 4170 4170 retry: 4171 4171 /* 4172 4172 * Scan zonelist, looking for a zone with enough free. 4173 - * See also __cpuset_node_allowed() comment in kernel/cpuset.c. 4173 + * See also __cpuset_node_allowed() comment in kernel/cgroup/cpuset.c. 4174 4174 */ 4175 4175 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; 4176 4176 z = ac->preferred_zoneref;