File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -652,9 +652,7 @@ static inline void rcu_read_lock(void)
652
652
* Unfortunately, this function acquires the scheduler's runqueue and
653
653
* priority-inheritance spinlocks. This means that deadlock could result
654
654
* if the caller of rcu_read_unlock() already holds one of these locks or
655
- * any lock that is ever acquired while holding them; or any lock which
656
- * can be taken from interrupt context because rcu_boost()->rt_mutex_lock()
657
- * does not disable irqs while taking ->wait_lock.
655
+ * any lock that is ever acquired while holding them.
658
656
*
659
657
* That said, RCU readers are never priority boosted unless they were
660
658
* preempted. Therefore, one way to avoid deadlock is to make sure
You can’t perform that action at this time.
0 commit comments