Re: [PATCH] rcu_batches_completed prototype cleanup

2008-02-15 Thread Paul E. McKenney
On Thu, Feb 14, 2008 at 11:57:48PM -0500, Steven Rostedt wrote: > > rcu_batches_completed and rcu_patches_completed_bh are both declared > in rcuclassic.h and rcupreempt.h. This patch removes the extra > prototypes for them from rcupdate.h. > > rcu_batches_completed_bh is defined as a static

Re: [PATCH] rcu_batches_completed prototype cleanup

2008-02-15 Thread Paul E. McKenney
On Thu, Feb 14, 2008 at 11:57:48PM -0500, Steven Rostedt wrote: rcu_batches_completed and rcu_patches_completed_bh are both declared in rcuclassic.h and rcupreempt.h. This patch removes the extra prototypes for them from rcupdate.h. rcu_batches_completed_bh is defined as a static inline in

[PATCH] rcu_batches_completed prototype cleanup

2008-02-14 Thread Steven Rostedt
rcu_batches_completed and rcu_patches_completed_bh are both declared in rcuclassic.h and rcupreempt.h. This patch removes the extra prototypes for them from rcupdate.h. rcu_batches_completed_bh is defined as a static inline in the rcupreempt.h header file. Trying to export this as

[PATCH] rcu_batches_completed prototype cleanup

2008-02-14 Thread Steven Rostedt
rcu_batches_completed and rcu_patches_completed_bh are both declared in rcuclassic.h and rcupreempt.h. This patch removes the extra prototypes for them from rcupdate.h. rcu_batches_completed_bh is defined as a static inline in the rcupreempt.h header file. Trying to export this as