[PATCH 3/9] rcu: Fix a sparse warning about boost_mutex being non-static

2014-07-08 Thread Pranith Kumar
fix a sparse warning about boost_mutex being non-static by marking it as static Signed-off-by: Pranith Kumar --- kernel/rcu/rcutorture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index 7fa34f8..5ec0452 100644 ---

[PATCH 3/9] rcu: Fix a sparse warning about boost_mutex being non-static

2014-07-08 Thread Pranith Kumar
fix a sparse warning about boost_mutex being non-static by marking it as static Signed-off-by: Pranith Kumar bobby.pr...@gmail.com --- kernel/rcu/rcutorture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index