[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190423012256.30743-1-benbjiang@tencent.com>
Date: Tue, 23 Apr 2019 09:22:56 +0800
From: Jiang Biao <benbjiang@...cent.com>
To: <paulmck@...ux.ibm.com>, <josh@...htriplett.org>
CC: <linux-kernel@...r.kernel.org>, <benbjiang@...cent.com>
Subject: [PATCH] rcu/srcutree: make __call_srcu static
__call_srcu() is only used in current file, just make it static.
Signed-off-by: Jiang Biao <benbjiang@...cent.com>
---
kernel/rcu/srcutree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/rcu/srcutree.c b/kernel/rcu/srcutree.c
index a60b8ba9e1ac..a2ade0c6cd87 100644
--- a/kernel/rcu/srcutree.c
+++ b/kernel/rcu/srcutree.c
@@ -835,7 +835,7 @@ static void srcu_leak_callback(struct rcu_head *rhp)
* srcu_read_lock(), and srcu_read_unlock() that are all passed the same
* srcu_struct structure.
*/
-void __call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp,
+static void __call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp,
rcu_callback_t func, bool do_norm)
{
unsigned long flags;
--
2.17.2 (Apple Git-113)
Powered by blists - more mailing lists