On Tue, Mar 02, 2021 at 05:22:29PM -0800, Paul E. McKenney wrote:
On Tue, Feb 23, 2021 at 01:10:09AM +0100, Frederic Weisbecker wrote:
No need to disarm the nocb_timer if rcu_nocb is polling because it shouldn't be armed either.
Signed-off-by: Frederic Weisbecker frederic@kernel.org Cc: Josh Triplett josh@joshtriplett.org Cc: Lai Jiangshan jiangshanlai@gmail.com Cc: Joel Fernandes joel@joelfernandes.org Cc: Neeraj Upadhyay neeraju@codeaurora.org Cc: Boqun Feng boqun.feng@gmail.com
OK, so it does make sense to move that del_timer() under the following "if" statement, then. ;-)
Right, probably I should have handled that in the beginning of the patchset instead of the end but heh, my mind is never that clear.
Thanks.