From eabf7c54d7a3a2bc9706b7c9031d837ae2668679 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 3 May 2012 15:43:35 +1000 Subject: [PATCH] hugetlb-use-mmu_gather-instead-of-a-temporary-linked-list-for-accumulating-pages-fix-fix In file included from fs/proc/meminfo.c:2: include/linux/hugetlb.h:126: warning: 'struct mmu_gather' declared inside parameter list include/linux/hugetlb.h:126: warning: its scope is only this definition or declaration, which is probably not what you want what a mess :( Cc: "Aneesh Kumar K.V" Cc: Andrea Arcangeli Cc: Aneesh Kumar K.V Cc: Hillf Danton Cc: Johannes Weiner Cc: KAMEZAWA Hiroyuki Cc: Michal Hocko Signed-off-by: Andrew Morton --- include/linux/hugetlb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index d9f427dea086..4b3f38542a3c 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -7,6 +7,7 @@ struct ctl_table; struct user_struct; +struct mmu_gather; #ifdef CONFIG_HUGETLB_PAGE -- 2.39.5