Re: [PATCH 5/5] rcu: Remove kfree_call_rcu_nobatch()

2019-08-29 Thread Joel Fernandes
Hi Paul, I think this is the only contentious patch preventing my resend of the series, let me know what you think, I replied below: On Wed, Aug 28, 2019 at 02:56:36PM -0700, Paul E. McKenney wrote: > On Tue, Aug 27, 2019 at 03:01:59PM -0400, Joel Fernandes (Google) wrote: [snip] > > diff --git a

Re: [PATCH 5/5] rcu: Remove kfree_call_rcu_nobatch()

2019-08-28 Thread Paul E. McKenney
On Tue, Aug 27, 2019 at 03:01:59PM -0400, Joel Fernandes (Google) wrote: > Now that kfree_rcu() special casing have been removed from tree RCU, > remove kfree_call_rcu_nobatch() since it is not needed. > > Signed-off-by: Joel Fernandes (Google) Now -this- one qualifies as a nice negative delta!

[PATCH 5/5] rcu: Remove kfree_call_rcu_nobatch()

2019-08-27 Thread Joel Fernandes (Google)
Now that kfree_rcu() special casing have been removed from tree RCU, remove kfree_call_rcu_nobatch() since it is not needed. Signed-off-by: Joel Fernandes (Google) --- .../admin-guide/kernel-parameters.txt | 4 --- include/linux/rcutiny.h | 5 --- include/linux/rc