aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorCody P Schafer <cody@linux.vnet.ibm.com>2013-02-21 19:43:13 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:22:21 -0500
commit551450bb586d56cb995e6c75ae0f021bd353e983 (patch)
tree59711571b0f92dff1470c7f0ce248e91186ae9e1 /MAINTAINERS
parent6be0710cfe7325be72c72cde702318b983b450a9 (diff)
MAINTAINERS: mm: add additional include files to listing
Add gfp.h, mmzone.h, memory_hotplug.h & vmalloc.h to the "MEMORY MANAGMENT" section so scripts/get_maintainer.pl can do a better job of making recommendations. Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cdb8fe8b6182..8bda335db329 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5021,6 +5021,10 @@ L: linux-mm@kvack.org
5021W: http://www.linux-mm.org 5021W: http://www.linux-mm.org
5022S: Maintained 5022S: Maintained
5023F: include/linux/mm.h 5023F: include/linux/mm.h
5024F: include/linux/gfp.h
5025F: include/linux/mmzone.h
5026F: include/linux/memory_hotplug.h
5027F: include/linux/vmalloc.h
5024F: mm/ 5028F: mm/
5025 5029
5026MEMORY RESOURCE CONTROLLER 5030MEMORY RESOURCE CONTROLLER