X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2FRCU%2Fchecklist.txt;h=91266193b8f49e840709db77d75f8357428b2806;hb=87093826aa0172d9135ca1f301c4298a258ceee6;hp=7703ec73a9bbb225a45258c4cde11c8cc9dd236f;hpb=15a49b9a90c86c6cb7f270a699d2ae7468862c28;p=~andy%2Flinux diff --git a/Documentation/RCU/checklist.txt b/Documentation/RCU/checklist.txt index 7703ec73a9b..91266193b8f 100644 --- a/Documentation/RCU/checklist.txt +++ b/Documentation/RCU/checklist.txt @@ -202,8 +202,8 @@ over a rather long period of time, but improvements are always welcome! updater uses call_rcu_sched() or synchronize_sched(), then the corresponding readers must disable preemption, possibly by calling rcu_read_lock_sched() and rcu_read_unlock_sched(). - If the updater uses synchronize_srcu() or call_srcu(), - the the corresponding readers must use srcu_read_lock() and + If the updater uses synchronize_srcu() or call_srcu(), then + the corresponding readers must use srcu_read_lock() and srcu_read_unlock(), and with the same srcu_struct. The rules for the expedited primitives are the same as for their non-expedited counterparts. Mixing things up will result in confusion and