mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
docs: housekeeping: Fix struct member access in code example
No such array housekeeping_cpumasks Fix to housekeeping.cpumasks. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260501043855.980567-1-costa.shul@redhat.com>
This commit is contained in:
parent
c8ebfd4436
commit
696ce7ca20
|
|
@ -99,7 +99,7 @@ the same RCU read side critical section.
|
|||
A typical layout example would look like this on the update side
|
||||
(``housekeeping_update()``)::
|
||||
|
||||
rcu_assign_pointer(housekeeping_cpumasks[type], trial);
|
||||
rcu_assign_pointer(housekeeping.cpumasks[type], trial);
|
||||
synchronize_rcu();
|
||||
flush_workqueue(example_workqueue);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user