diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/memcontrol.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 5bb7be2628ca..5a5ce7055839 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
| @@ -151,6 +151,10 @@ u64 mem_cgroup_get_limit(struct mem_cgroup *mem); | |||
| 151 | void mem_cgroup_split_huge_fixup(struct page *head, struct page *tail); | 151 | void mem_cgroup_split_huge_fixup(struct page *head, struct page *tail); |
| 152 | #endif | 152 | #endif |
| 153 | 153 | ||
| 154 | #ifdef CONFIG_DEBUG_VM | ||
| 155 | bool mem_cgroup_bad_page_check(struct page *page); | ||
| 156 | void mem_cgroup_print_bad_page(struct page *page); | ||
| 157 | #endif | ||
| 154 | #else /* CONFIG_CGROUP_MEM_RES_CTLR */ | 158 | #else /* CONFIG_CGROUP_MEM_RES_CTLR */ |
| 155 | struct mem_cgroup; | 159 | struct mem_cgroup; |
| 156 | 160 | ||
| @@ -352,5 +356,18 @@ static inline void mem_cgroup_split_huge_fixup(struct page *head, | |||
| 352 | 356 | ||
| 353 | #endif /* CONFIG_CGROUP_MEM_CONT */ | 357 | #endif /* CONFIG_CGROUP_MEM_CONT */ |
| 354 | 358 | ||
| 359 | #if !defined(CONFIG_CGROUP_MEM_RES_CTLR) || !defined(CONFIG_DEBUG_VM) | ||
| 360 | static inline bool | ||
| 361 | mem_cgroup_bad_page_check(struct page *page) | ||
| 362 | { | ||
| 363 | return false; | ||
| 364 | } | ||
| 365 | |||
| 366 | static inline void | ||
| 367 | mem_cgroup_print_bad_page(struct page *page) | ||
| 368 | { | ||
| 369 | } | ||
| 370 | #endif | ||
| 371 | |||
| 355 | #endif /* _LINUX_MEMCONTROL_H */ | 372 | #endif /* _LINUX_MEMCONTROL_H */ |
| 356 | 373 | ||
