From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967801AbcHBPuK (ORCPT ); Tue, 2 Aug 2016 11:50:10 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36254 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967209AbcHBPuC (ORCPT ); Tue, 2 Aug 2016 11:50:02 -0400 From: "seokhoon.yoon" To: linux-kernel@vger.kernel.org Cc: iamyooon@gmail.com Subject: [PATCH 1/1] MAINTAINERS: update cgroup's document path Date: Tue, 2 Aug 2016 23:57:42 +0900 Message-Id: <1470149862-7394-1-git-send-email-iamyooon@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org cgroup's document path is changed to "cgroup-v1". update it. Signed-off-by: seokhoon.yoon --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ed42cb6..e609ffd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3152,7 +3152,7 @@ M: Johannes Weiner L: cgroups@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git S: Maintained -F: Documentation/cgroups/ +F: Documentation/cgroup* F: include/linux/cgroup* F: kernel/cgroup* @@ -3163,7 +3163,7 @@ W: http://www.bullopensource.org/cpuset/ W: http://oss.sgi.com/projects/cpusets/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git S: Maintained -F: Documentation/cgroups/cpusets.txt +F: Documentation/cgroup-v1/cpusets.txt F: include/linux/cpuset.h F: kernel/cpuset.c -- 1.9.1