commit | b692dc4adfcff5430467bec8efed3c07d1772eaf | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Feb 11 07:29:02 2020 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Feb 20 16:00:20 2020 -0800 |
tree | 7ec4a4b04ede14654e0e5489ed99df83641bf2ad | |
parent | aa96a93ba2bbad5e1b24706daffa14c4f1c50d2a [diff] |
rcu: Update __call_rcu() comments The __call_rcu() function's header comment refers to a cpu argument that no longer exists, and the comment of the return path from rcu_nocb_try_bypass() ignores the non-no-CBs CPU case. This commit therefore update both comments. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>