From 4a95ae9d5f925a630f0fe789974b8543246e9f74 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 25 Apr 2012 11:03:33 +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