aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Parri <andrea.parri@amarulasolutions.com>2019-01-31 15:22:19 +0100
committerTejun Heo <tj@kernel.org>2019-01-31 06:56:41 -0800
commit6b3a6a132dfcb88ca88abe90c2bbb7ba0d382b4d (patch)
tree0a4c714b4d93b8ae1933bcaf65d44b9855ff0a99
parent51bee5abeab2058ea5813c5615d6197a23dbf041 (diff)
MAINTAINERS: Update cgroup entry
Fix wildcard patterns and add cgroup-v2 documentation. Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com> Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2d3c1918f1b0..a8b5584cd07b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3906,9 +3906,10 @@ 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
-F: Documentation/cgroup*
+F: Documentation/admin-guide/cgroup-v2.rst
+F: Documentation/cgroup-v1/
F: include/linux/cgroup*
-F: kernel/cgroup*
+F: kernel/cgroup/
CONTROL GROUP - CPUSET
M: Li Zefan <lizefan@huawei.com>