diff options
author | Roman Gushchin <[email protected]> | 2020-12-05 22:14:45 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-12-06 10:19:07 -0800 |
commit | becaba65f62f88e553ec92ed98370e9d2b18e629 (patch) | |
tree | e03cee3c437fc8d25340e2a78be005c6305756d3 /tools/perf/scripts/python/syscall-counts.py | |
parent | 2bf509d96d84c3336d08375e8af34d1b85ee71c8 (diff) |
mm: memcg/slab: fix obj_cgroup_charge() return value handling
Commit 10befea91b61 ("mm: memcg/slab: use a single set of kmem_caches
for all allocations") introduced a regression into the handling of the
obj_cgroup_charge() return value. If a non-zero value is returned
(indicating of exceeding one of memory.max limits), the allocation
should fail, instead of falling back to non-accounted mode.
To make the code more readable, move memcg_slab_pre_alloc_hook() and
memcg_slab_post_alloc_hook() calling conditions into bodies of these
hooks.
Fixes: 10befea91b61 ("mm: memcg/slab: use a single set of kmem_caches for all allocations")
Signed-off-by: Roman Gushchin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Shakeel Butt <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions