diff --git a/[refs] b/[refs] index b108e266058a..f739305e3c4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 92c09c041f15fc88b35f8628e07639f52e1fbb38 +refs/heads/master: 36deb0be314702627aeae1f5737fc84d01dc26c6 diff --git a/trunk/mm/vmstat.c b/trunk/mm/vmstat.c index baa4ab387db7..cd2e42be7b68 100644 --- a/trunk/mm/vmstat.c +++ b/trunk/mm/vmstat.c @@ -18,6 +18,7 @@ #include #include #include +#include #ifdef CONFIG_VM_EVENT_COUNTERS DEFINE_PER_CPU(struct vm_event_state, vm_event_states) = {{0}}; @@ -395,6 +396,7 @@ void zone_statistics(struct zone *preferred_zone, struct zone *z) #endif #ifdef CONFIG_COMPACTION + struct contig_page_info { unsigned long free_pages; unsigned long free_blocks_total;