+12
−85
include/linux/cgroup_refcnt.h
0 → 100644
+90
−0
+5
−0
+10
−0
Loading
It's really difficult to debug when cgroup or css refs leak. Let's add a
debug option to force the refcnt function to not be inlined so that they can
be kprobed for debugging.
Signed-off-by:
Tejun Heo <tj@kernel.org>