cgroup/misc: Change counters to be explicit 64bit types
authorHaitao Huang <haitao.huang@linux.intel.com>
Tue, 18 Jul 2023 01:08:45 +0000 (18:08 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 18 Jul 2023 22:10:00 +0000 (12:10 -1000)
commit32bf85c60ca3584a7ba3bef19da2779b73b2e7d6
treebd6f4ff41512282659ad83dd921a7594103e8fe7
parent62157e11d9a4ca7210bb2b0e8fa0557a6ada7fad
cgroup/misc: Change counters to be explicit 64bit types

So the variables can account for resources of huge quantities even on
32-bit machines.

Signed-off-by: Haitao Huang <haitao.huang@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/misc_cgroup.h
kernel/cgroup/misc.c