[PATCH 11/14] cgroup: unexport cgroup_rstat_updated

From: Christoph Hellwig
Date: Sat Jun 27 2020 - 03:33:10 EST


cgroup_rstat_updated is only used by core block code, no need to
export it.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
kernel/cgroup/rstat.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/cgroup/rstat.c b/kernel/cgroup/rstat.c
index b6397a186ce9c8..d51175cedfca4f 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
--
2.26.2