aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2017-10-30 17:02:32 +0800
committerTejun Heo <tj@kernel.org>2017-10-30 07:45:29 -0700
commit663d46736993ed4ab397f878d5cc93991e29bc59 (patch)
tree66dda2e61efc1bc7e5ac04ceb7b51bcf36df7057 /MAINTAINERS
parentd41bf8c9deaed1a90b18d3ffc5639d4c19f0259a (diff)
downloadlinux-663d46736993ed4ab397f878d5cc93991e29bc59.tar.gz
MAINTAINERS: relocate cpuset.c
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@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6671f375f7fc..ed35cd61ad83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>