diff options
author | Tejun Heo <tj@kernel.org> | 2015-06-13 00:15:23 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-06-15 03:28:52 +0200 |
commit | 4d205676c1028f21760ef1fa57af0628349e0aed (patch) | |
tree | 0b212fa5f40efe0be15b58e90ab082ef84deeee7 /MAINTAINERS | |
parent | cgroup: fix uninitialised iterator in for_each_subsys_which (diff) | |
download | linux-4d205676c1028f21760ef1fa57af0628349e0aed.tar.xz linux-4d205676c1028f21760ef1fa57af0628349e0aed.zip |
MAINTAINERS: add a cgroup core co-maintainer
Add Johannes Weiner as a co-maintainer of cgroup core. Johannes has
been heavily involved with the design of the v2 interface and is
familiar with design and implementation of cgroup core.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea0001760035..1d395996fd3a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2695,6 +2695,7 @@ F: drivers/connector/ CONTROL GROUP (CGROUP) M: Tejun Heo <tj@kernel.org> M: Li Zefan <lizefan@huawei.com> +M: Johannes Weiner <hannes@cmpxchg.org> L: cgroups@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git S: Maintained |