Commit 201af4c0fab0 ("cgroup: move cgroup files under kernel/cgroup/") have renamed kernel/cpuset.c to kernel/cgroup/cpuset.c, but forgot to update entry of cpuset module in MAINTAINERS, fix it. Signed-off-by: Chao Yu <yuchao0@xxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0630482e701b..e68fca4fa93c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3604,7 +3604,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git S: Maintained F: Documentation/cgroup-v1/cpusets.txt F: include/linux/cpuset.h -F: kernel/cpuset.c +F: kernel/cgroup/cpuset.c CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) M: Johannes Weiner <hannes@xxxxxxxxxxx> -- 2.13.1.388.g69e6b9b4f4a9 -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html