linux/kernel/cgroup
Parav Pandit 7896dfb0a6 rdmacg: Fixed uninitialized current resource usage
Fixed warning reported by kbuild test robot.
When reading current resource usage value, when no resources are
allocated, its possible that it can report a uninitialized value
for current resource usage.
This fix avoids it by initializing it to zero as no resource is
allocated.

Signed-off-by: Parav Pandit <pandit.parav@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
2017-01-10 12:52:32 -05:00
..
cgroup-internal.h cgroup: move namespace code to kernel/cgroup/namespace.c 2016-12-27 14:49:09 -05:00
cgroup-v1.c cgroup: fix RCU related sparse warnings 2016-12-27 14:49:09 -05:00
cgroup.c cgroup: fix RCU related sparse warnings 2016-12-27 14:49:09 -05:00
cpuset.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00
freezer.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00
Makefile rdmacg: Added rdma cgroup controller 2017-01-10 11:14:27 -05:00
namespace.c cgroup: move namespace code to kernel/cgroup/namespace.c 2016-12-27 14:49:09 -05:00
pids.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00
rdma.c rdmacg: Fixed uninitialized current resource usage 2017-01-10 12:52:32 -05:00