mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
committed by
Jens Axboe
parent
81630e27ff
commit
7582f30cc9
@@ -64,7 +64,6 @@ void cgroup_rstat_updated(struct cgroup *cgrp, int cpu)
|
|||||||
|
|
||||||
raw_spin_unlock_irqrestore(cpu_lock, flags);
|
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
|
* cgroup_rstat_cpu_pop_updated - iterate and dismantle rstat_cpu updated tree
|
||||||
|
|||||||
Reference in New Issue
Block a user