mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
rcu/nocb: Remove stale comment above rcu_segcblist_offload()
This commit removes a stale comment claiming that the cblist must be empty before changing the offloading state. This claim was correct back when the offloaded state was defined exclusively at boot. Reported-by: Paul E. McKenney <paulmck@kernel.org> 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> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
76d00b494d
commit
0efdf14a9f
@ -261,8 +261,7 @@ void rcu_segcblist_disable(struct rcu_segcblist *rsclp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mark the specified rcu_segcblist structure as offloaded. This
|
* Mark the specified rcu_segcblist structure as offloaded.
|
||||||
* structure must be empty.
|
|
||||||
*/
|
*/
|
||||||
void rcu_segcblist_offload(struct rcu_segcblist *rsclp, bool offload)
|
void rcu_segcblist_offload(struct rcu_segcblist *rsclp, bool offload)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user