Re: [PATCH] rcu: fix sparse warning for rcu_expedited from kernel/ksysfs.c

2014-02-18 Thread Paul Gortmaker
[Re: [PATCH] rcu: fix sparse warning for rcu_expedited from kernel/ksysfs.c] On 17/02/2014 (Mon 12:36) Paul E. McKenney wrote: > On Thu, Feb 13, 2014 at 04:32:07PM -0800, Paul E. McKenney wrote: > > On Tue, Feb 11, 2014 at 04:10:12PM -0500, Paul Gortmaker wrote: > > > To fix: &

Re: [PATCH] rcu: fix sparse warning for rcu_expedited from kernel/ksysfs.c

2014-02-17 Thread Paul E. McKenney
On Thu, Feb 13, 2014 at 04:32:07PM -0800, Paul E. McKenney wrote: > On Tue, Feb 11, 2014 at 04:10:12PM -0500, Paul Gortmaker wrote: > > To fix: > > > > kernel/ksysfs.c:143:5: warning: symbol 'rcu_expedited' was not declared. > > Should it be static? > > > > Cc: "Paul E. McKenney" > > Signed-off

Re: [PATCH] rcu: fix sparse warning for rcu_expedited from kernel/ksysfs.c

2014-02-13 Thread Paul E. McKenney
On Tue, Feb 11, 2014 at 04:10:12PM -0500, Paul Gortmaker wrote: > To fix: > > kernel/ksysfs.c:143:5: warning: symbol 'rcu_expedited' was not declared. > Should it be static? > > Cc: "Paul E. McKenney" > Signed-off-by: Paul Gortmaker Queued, thank you!