]> Git Repo - linux.git/commit
slab: do not panic if we fail to create memcg cache
authorVladimir Davydov <[email protected]>
Thu, 23 Jan 2014 23:53:05 +0000 (15:53 -0800)
committerLinus Torvalds <[email protected]>
Fri, 24 Jan 2014 00:36:51 +0000 (16:36 -0800)
commitf717eb3abb5ea38f60e671dbfdbf512c2c93d22e
treefe2eab9564f0c35be5bb9c715f12fbdf79b155e4
parent842e2873697e023d140a8905a41fcf39d4e546f1
slab: do not panic if we fail to create memcg cache

There is no point in flooding logs with warnings or especially crashing
the system if we fail to create a cache for a memcg.  In this case we
will be accounting the memcg allocation to the root cgroup until we
succeed to create its own cache, but it isn't that critical.

Signed-off-by: Vladimir Davydov <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Glauber Costa <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab_common.c
This page took 0.051389 seconds and 4 git commands to generate.