mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
e222432bfa
commit
c137b5ece4
2 changed files with 0 additions and 23 deletions
|
@ -88,7 +88,6 @@ extern void mem_cgroup_end_migration(struct mem_cgroup *mem,
|
|||
/*
|
||||
* For memory reclaim.
|
||||
*/
|
||||
extern int mem_cgroup_calc_mapped_ratio(struct mem_cgroup *mem);
|
||||
extern long mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem);
|
||||
|
||||
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,
|
|||
{
|
||||
}
|
||||
|
||||
static inline int mem_cgroup_calc_mapped_ratio(struct mem_cgroup *mem)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int mem_cgroup_reclaim_imbalance(struct mem_cgroup *mem)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue