Skip to content

Commit

Permalink
memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
Browse files Browse the repository at this point in the history
As described in the log, I guess EXPORT was for preparing dirty
accounting.  But _now_, we don't need to export this.  Remove this for
now.

Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Reviewed-by: Greg Thelen <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Ying Han <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
hkamezawa authored and torvalds committed Mar 22, 2012
1 parent a710920 commit 9e33579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,6 @@ void mem_cgroup_update_page_stat(struct page *page,
move_unlock_page_cgroup(pc, &flags);
rcu_read_unlock();
}
EXPORT_SYMBOL(mem_cgroup_update_page_stat);

/*
* size of first charge trial. "32" comes from vmscan.c's magic value.
Expand Down

0 comments on commit 9e33579

Please sign in to comment.