aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJohannes Weiner <hannes@cmpxchg.org>2011-03-23 16:42:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-23 19:46:23 -0700
commit9d11ea9f163a14920487bdda77461e64d600fd48 (patch)
tree9435e30836ee97f3e8c235451bc944cdc8a345c4 /block
parentb7c6167848fa36e32f1874b95c1edc02881cd040 (diff)
downloadkernel_samsung_smdk4412-9d11ea9f163a14920487bdda77461e64d600fd48.zip
kernel_samsung_smdk4412-9d11ea9f163a14920487bdda77461e64d600fd48.tar.gz
kernel_samsung_smdk4412-9d11ea9f163a14920487bdda77461e64d600fd48.tar.bz2
memcg: simplify the way memory limits are checked
Since transparent huge pages, checking whether memory cgroups are below their limits is no longer enough, but the actual amount of chargeable space is important. To not have more than one limit-checking interface, replace memory_cgroup_check_under_limit() and memory_cgroup_check_margin() with a single memory_cgroup_margin() that returns the chargeable space and leaves the comparison to the callsite. Soft limits are now checked the other way round, by using the already existing function that returns the amount by which soft limits are exceeded: res_counter_soft_limit_excess(). Also remove all the corresponding functions on the res_counter side that are now no longer used. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Cc: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp> Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com> Cc: Minchan Kim <minchan.kim@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions