We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2c025 commit 768b1f8Copy full SHA for 768b1f8
include/linux/srcu.h
@@ -270,7 +270,8 @@ static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp)
270
* synchronize_rcu_expedited(), IPIs and all.
271
*
272
* Note that srcu_read_lock_lite() can be invoked only from those contexts
273
- * where RCU is watching. Otherwise, lockdep will complain.
+ * where RCU is watching, that is, from contexts where it would be legal
274
+ * to invoke rcu_read_lock(). Otherwise, lockdep will complain.
275
*/
276
static inline int srcu_read_lock_lite(struct srcu_struct *ssp) __acquires(ssp)
277
{
0 commit comments