diff options
author | Joe Perches <joe@perches.com> | 2013-11-14 17:59:45 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-15 01:15:26 -0500 |
commit | 7486d6da09d4d76d49c68826c97578246936092b (patch) | |
tree | 3e462da03c8d67f418995f75d7cc9b5ff8f1c453 | |
parent | fcd7476f9e03a36e709e0807198d47a826cc4e3a (diff) |
MAINTAINERS: Update file patterns in the lockdep and scheduler entries
Propagate the file movement effects of the following commits:
7a6354e241d8 sched: Move wait.c into kernel/sched/
8eddac3f1037 locking: Move the lockdep code to kernel/locking/
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1384469985.2897.32.camel@joe-AO722
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f3ef1d1f6029..3f85561f4a8b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5236,7 +5236,7 @@ S: Maintained | |||
5236 | F: Documentation/lockdep*.txt | 5236 | F: Documentation/lockdep*.txt |
5237 | F: Documentation/lockstat.txt | 5237 | F: Documentation/lockstat.txt |
5238 | F: include/linux/lockdep.h | 5238 | F: include/linux/lockdep.h |
5239 | F: kernel/lockdep* | 5239 | F: kernel/locking/ |
5240 | 5240 | ||
5241 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) | 5241 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
5242 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> | 5242 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
@@ -7361,7 +7361,6 @@ S: Maintained | |||
7361 | F: kernel/sched/ | 7361 | F: kernel/sched/ |
7362 | F: include/linux/sched.h | 7362 | F: include/linux/sched.h |
7363 | F: include/uapi/linux/sched.h | 7363 | F: include/uapi/linux/sched.h |
7364 | F: kernel/wait.c | ||
7365 | F: include/linux/wait.h | 7364 | F: include/linux/wait.h |
7366 | 7365 | ||
7367 | SCORE ARCHITECTURE | 7366 | SCORE ARCHITECTURE |