Skip to content

Commit

Permalink
cgroup: unexport cgroup_rstat_updated
Browse files Browse the repository at this point in the history
cgroup_rstat_updated is only used by core block code, no need to
export it.

Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Jun 29, 2020
1 parent 81630e2 commit 7582f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/cgroup/rstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7582f30

Please sign in to comment.