memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
authorKAMEZAWA Hiroyuki <[email protected]>
Wed, 21 Mar 2012 23:34:23 +0000 (16:34 -0700)
committerLinus Torvalds <[email protected]>
Thu, 22 Mar 2012 00:55:01 +0000 (17:55 -0700)
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]>
mm/memcontrol.c

index 88113ee32ac879a771d9a14ccb2c4b03ce04a788..eba04a481e03c787d98cc1e91ab805c1f2ebcb09 100644 (file)
@@ -1930,7 +1930,6 @@ out:
                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.