Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 663d4673 authored by Chao Yu's avatar Chao Yu Committed by Tejun Heo
Browse files

MAINTAINERS: relocate cpuset.c



Commit 201af4c0 ("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: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d41bf8c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3579,7 +3579,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@cmpxchg.org>