Skip to content
Commit 54aacfe3 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix rcu_pending for PREEMPT_RT



PREEMPT_RT redefines how standard spinlocks work, so local_irq_save() +
spin_lock() is no longer equivalent to spin_lock_irqsave(). Fortunately,
we don't strictly need to do it that way.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 082c7441
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment