diff options
author | Joe Perches <joe@perches.com> | 2013-11-14 14:59:45 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-15 07:15:26 +0100 |
commit | 7486d6da09d4d76d49c68826c97578246936092b (patch) | |
tree | 3e462da03c8d67f418995f75d7cc9b5ff8f1c453 /MAINTAINERS | |
parent | fcd7476f9e03a36e709e0807198d47a826cc4e3a (diff) | |
download | linux-7486d6da09d4d76d49c68826c97578246936092b.tar.gz linux-7486d6da09d4d76d49c68826c97578246936092b.tar.bz2 linux-7486d6da09d4d76d49c68826c97578246936092b.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-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 F: Documentation/lockdep*.txt F: Documentation/lockstat.txt F: include/linux/lockdep.h -F: kernel/lockdep* +F: kernel/locking/ LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) M: "Richard Russon (FlatCap)" <ldm@flatcap.org> @@ -7361,7 +7361,6 @@ S: Maintained F: kernel/sched/ F: include/linux/sched.h F: include/uapi/linux/sched.h -F: kernel/wait.c F: include/linux/wait.h SCORE ARCHITECTURE |