cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c
authorTejun Heo <tj@kernel.org>
Thu, 26 Apr 2018 21:29:04 +0000 (14:29 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 26 Apr 2018 21:29:04 +0000 (14:29 -0700)
commita5c2b93f79ef7d746a3cd2c1bd66833286f9be70
treefd694bdba7b61e849000b116523f273c2a9cdbfa
parentb12e35832805bf120819b83d8fdb6e4d227a5ddb
cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c

stat is too generic a name and ends up causing subtle confusions.
It'll be made generic so that controllers can plug into it, which will
make the problem worse.  Let's rename it to something more specific -
cgroup_rstat for cgroup recursive stat.

First, rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c.  No
content changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/Makefile
kernel/cgroup/rstat.c [moved from kernel/cgroup/stat.c with 100% similarity]