diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/memcontrol.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index e2f8e7caf04b..cee3761666f0 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
@@ -163,7 +163,7 @@ u64 mem_cgroup_get_limit(struct mem_cgroup *memcg); | |||
163 | 163 | ||
164 | void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx); | 164 | void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx); |
165 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE | 165 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
166 | void mem_cgroup_split_huge_fixup(struct page *head, struct page *tail); | 166 | void mem_cgroup_split_huge_fixup(struct page *head); |
167 | #endif | 167 | #endif |
168 | 168 | ||
169 | #ifdef CONFIG_DEBUG_VM | 169 | #ifdef CONFIG_DEBUG_VM |
@@ -379,8 +379,7 @@ u64 mem_cgroup_get_limit(struct mem_cgroup *memcg) | |||
379 | return 0; | 379 | return 0; |
380 | } | 380 | } |
381 | 381 | ||
382 | static inline void mem_cgroup_split_huge_fixup(struct page *head, | 382 | static inline void mem_cgroup_split_huge_fixup(struct page *head) |
383 | struct page *tail) | ||
384 | { | 383 | { |
385 | } | 384 | } |
386 | 385 | ||