diff options
author | Christoph Hellwig <hch@lst.de> | 2020-06-27 10:31:56 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-29 18:09:08 +0300 |
commit | 7582f30cc9fbcdcd630398bea010e5f6a2e2fcab (patch) | |
tree | a9e8d7830f125a79e9d5687b9cb626368bca115d /kernel/cgroup | |
parent | 81630e27fff3dc1ccbf64ecb48a70170d7071545 (diff) | |
download | linux-7582f30cc9fbcdcd630398bea010e5f6a2e2fcab.tar.xz |
cgroup: unexport cgroup_rstat_updated
cgroup_rstat_updated is only used by core block code, no need to
export it.
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r-- | kernel/cgroup/rstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup/rstat.c b/kernel/cgroup/rstat.c index b6397a186ce9..d51175cedfca 100644 --- a/kernel/cgroup/rstat.c +++ b/kernel/cgroup/rstat.c @@ -64,7 +64,6 @@ void cgroup_rstat_updated(struct cgroup *cgrp, int cpu) raw_spin_unlock_irqrestore(cpu_lock, flags); } -EXPORT_SYMBOL_GPL(cgroup_rstat_updated); /** * cgroup_rstat_cpu_pop_updated - iterate and dismantle rstat_cpu updated tree |