[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060820174705.GP7813@stusta.de>
Date:	Sun, 20 Aug 2006 19:47:05 +0200
From:	Adrian Bunk <bunk@...sta.de>
To:	Andrew Morton <akpm@...l.org>, Josh Triplett <josht@...ibm.com>
Cc:	linux-kernel@...r.kernel.org, Paul McKenney <paulmck@...ibm.com>
Subject: [-mm patch] make kernel/rcutorture.c:rcu_bh_torture_synchronize() static
On Sat, Aug 19, 2006 at 10:00:08PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.18-rc4-mm1:
>...
> +rcu-add-fake-writers-to-rcutorture.patch
> 
>  RCU stuff
>...
This patch makes the needlessly global rcu_bh_torture_synchronize() 
static.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- linux-2.6.18-rc4-mm2/kernel/rcutorture.c.old	2006-08-20 19:30:16.000000000 +0200
+++ linux-2.6.18-rc4-mm2/kernel/rcutorture.c	2006-08-20 19:30:28.000000000 +0200
@@ -308,7 +308,7 @@
 	complete(&rcu->completion);
 }
 
-void rcu_bh_torture_synchronize(void)
+static void rcu_bh_torture_synchronize(void)
 {
 	struct rcu_bh_torture_synchronize rcu;
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
