commit | 58ade2dbe9a253635e0835adedfaa822849aa3a3 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Jun 11 16:39:43 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:24:17 2014 -0700 |
tree | 13b33fc932952344651d1066696ed4cdbdc924bc | |
parent | 11ed7f934cb807f26da09547b5946c2e534d1dac [diff] |
rcutorture: Fix a sparse warning by marking boost_mutex static This commit fixes the following sparse warning by marking boost_mutex static: kernel/rcu/rcutorture.c:185:1: warning: symbol 'boost_mutex' was not declared. Should it be static? Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>