diff options
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | 2009-04-02 19:57:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:04:55 -0400 |
commit | c137b5ece4b111e46981aae7da77315b9909809f (patch) | |
tree | 99677d3ae0f9016e83f257743ff04d5886a6e998 /include/linux/memcontrol.h | |
parent | e222432bfa7dcf6ec008622a978c9f284ed5e3a9 (diff) |
memcg: remove mem_cgroup_calc_mapped_ratio()
Currently, mem_cgroup_calc_mapped_ratio() is unused at all. it can be
removed and KAMEZAWA-san suggested it.
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/memcontrol.h')
-rw-r--r-- | include/linux/memcontrol.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 7aba9f264622..4562d09ab964 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
@@ -88,7 +88,6 @@ extern void mem_cgroup_end_migration(struct mem_cgroup *mem, | |||
88 | /* | 88 | /* |
89 | * For memory reclaim. | 89 | * For memory reclaim. |
90 | */ | 90 | */ |
91 | extern int mem_cgroup_calc_mapped_ratio(struct mem_cgroup *mem); | ||
92 | extern long mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem); | 91 | extern long mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem); |
93 | 92 | ||
94 | extern int mem_cgroup_get_reclaim_priority(struct mem_cgroup *mem); | 93 | extern int mem_cgroup_get_reclaim_priority(struct mem_cgroup *mem); |
@@ -211,11 +210,6 @@ static inline void mem_cgroup_end_migration(struct mem_cgroup *mem, | |||
211 | { | 210 | { |
212 | } | 211 | } |
213 | 212 | ||
214 | static inline int mem_cgroup_calc_mapped_ratio(struct mem_cgroup *mem) | ||
215 | { | ||
216 | return 0; | ||
217 | } | ||
218 | |||
219 | static inline int mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem) | 213 | static inline int mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem) |
220 | { | 214 | { |
221 | return 0; | 215 | return 0; |