The patch titled Subject: MAINTAINERS: mm: add additional include files to listing has been added to the -mm tree. Its filename is maintainers-mm-add-additional-include-files-to-listing.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Cody P Schafer <cody@xxxxxxxxxxxxxxxxxx> Subject: 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@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff -puN MAINTAINERS~maintainers-mm-add-additional-include-files-to-listing MAINTAINERS --- a/MAINTAINERS~maintainers-mm-add-additional-include-files-to-listing +++ a/MAINTAINERS @@ -5127,6 +5127,10 @@ L: linux-mm@xxxxxxxxx W: http://www.linux-mm.org S: Maintained F: include/linux/mm.h +F: include/linux/gfp.h +F: include/linux/mmzone.h +F: include/linux/memory_hotplug.h +F: include/linux/vmalloc.h F: mm/ MEMORY RESOURCE CONTROLLER _ Patches currently in -mm which might be from cody@xxxxxxxxxxxxxxxxxx are linux-next.patch maintainers-mm-add-additional-include-files-to-listing.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html