[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1341326251-4140-1-git-send-email-namhyung@kernel.org>
Date: Tue, 3 Jul 2012 23:37:31 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] MAINTAINERS: Update scheduler file pattern
The commit 391e43da797a ("sched: Move all scheduler bits into kernel/sched/")
moved all scheduler codes to the kernel/sched/ directory, but missed the
MAINTAINERS. Since it still expects files from kernel/ directory, get_maintainer
script has to rely on the git (log) fallback mechanism.
$ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback
linux-kernel@...r.kernel.org (open list)
With this patch:
$ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback
Ingo Molnar <mingo@...hat.com> (maintainer:SCHEDULER)
Peter Zijlstra <peterz@...radead.org> (maintainer:SCHEDULER)
linux-kernel@...r.kernel.org (open list)
Signed-off-by: Namhyung Kim <namhyung@...nel.org>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 13a9d455cf24..b950cfde3db1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5917,7 +5917,7 @@ M: Ingo Molnar <mingo@...hat.com>
M: Peter Zijlstra <peterz@...radead.org>
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
S: Maintained
-F: kernel/sched*
+F: kernel/sched/
F: include/linux/sched.h
SCORE ARCHITECTURE
--
1.7.9.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists