• Paul E. McKenney's avatar
    rcu/nocb: Use separate flag to indicate disabled ->cblist · 1bb5f9b9
    Paul E. McKenney authored
    NULLing the RCU_NEXT_TAIL pointer was a clever way to save a byte, but
    forward-progress considerations would require that this pointer be both
    NULL and non-NULL, which, absent a quantum-computer port of the Linux
    kernel, simply won't happen.  This commit therefore creates as separate
    ->enabled flag to replace the current NULL checks.
    
    [ paulmck: Add include files per 0day test robot and -next. ]
    Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
    1bb5f9b9
tree_plugin.h 72 KB