The patch titled get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix has been added to the -mm tree. Its filename is get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> fs/hugetlbfs/inode.c: In function 'hugetlb_get_unmapped_area': fs/hugetlbfs/inode.c:115: error: 'MAP_FIXED' undeclared (first use in this function) fs/hugetlbfs/inode.c:115: error: (Each undeclared identifier is reported only once fs/hugetlbfs/inode.c:115: error: for each function it appears in.) Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/hugetlbfs/inode.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/hugetlbfs/inode.c~get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix fs/hugetlbfs/inode.c --- a/fs/hugetlbfs/inode.c~get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix +++ a/fs/hugetlbfs/inode.c @@ -22,6 +22,7 @@ #include <linux/backing-dev.h> #include <linux/hugetlb.h> #include <linux/pagevec.h> +#include <linux/mman.h> #include <linux/quotaops.h> #include <linux/slab.h> #include <linux/dnotify.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch slab-introduce-krealloc.patch rm9000-serial-driver.patch add-apply_to_page_range-which-applies-a-function-to-a-pte-range.patch smaps-add-clear_refs-file-to-clear-reference.patch slab-mark-set_up_list3s-__init.patch slub-core.patch mm-optimize-kill_bdev.patch lazy-freeing-of-memory-through-madv_free.patch srmcons-fix-kmallocgfp_kernel-inside-spinlock.patch uml-driver-formatting-fixes-fix.patch get_unmapped_area-handles-map_fixed-in-hugetlbfs-fix.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