cgroup: Reorganize kernel/cgroup/rstat.c
authorTejun Heo <tj@kernel.org>
Thu, 26 Apr 2018 21:29:05 +0000 (14:29 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 26 Apr 2018 21:29:05 +0000 (14:29 -0700)
commita17556f8d9798e8feff9e34d746e489e78ee1dab
tree458150f17e299ac8180dae93faa42f9c9a44c8c5
parentd4ff749b5e0f1e2d4d69a3e4ea81cdeaeb4904d2
cgroup: Reorganize kernel/cgroup/rstat.c

Currently, rstat.c has rstat and base stat implementations intermixed.
Collect base stat implementation at the end of the file.  Also,
reorder the prototypes.

This patch doesn't make any functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup-internal.h
kernel/cgroup/rstat.c