diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-10-30 05:02:32 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-10-30 10:45:29 -0400 |
commit | 663d46736993ed4ab397f878d5cc93991e29bc59 (patch) | |
tree | 66dda2e61efc1bc7e5ac04ceb7b51bcf36df7057 | |
parent | d41bf8c9deaed1a90b18d3ffc5639d4c19f0259a (diff) |
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>
-rw-r--r-- | MAINTAINERS | 2 |
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 | |||
3579 | S: Maintained | 3579 | S: Maintained |
3580 | F: Documentation/cgroup-v1/cpusets.txt | 3580 | F: Documentation/cgroup-v1/cpusets.txt |
3581 | F: include/linux/cpuset.h | 3581 | F: include/linux/cpuset.h |
3582 | F: kernel/cpuset.c | 3582 | F: kernel/cgroup/cpuset.c |
3583 | 3583 | ||
3584 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | 3584 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) |
3585 | M: Johannes Weiner <hannes@cmpxchg.org> | 3585 | M: Johannes Weiner <hannes@cmpxchg.org> |