diff options
author | Davidlohr Bueso | 2021-11-15 17:23:17 -0800 |
---|---|---|
committer | Song Liu | 2022-01-06 08:37:02 -0800 |
commit | 770b1d216d7371c94c88713824da4be4bc39a4e0 (patch) | |
tree | cba5d938c9e40a529a153b421b905dea87099b82 /tools/arch | |
parent | 050f461e28c5d13f327353d660ffad2603ce7ac1 (diff) |
md/raid5: play nice with PREEMPT_RT
raid_run_ops() relies on the implicitly disabled preemption for
its percpu ops, although this is really about CPU locality. This
breaks RT semantics as it can take regular (and thus sleeping)
spinlocks, such as stripe_lock.
Add a local_lock such that non-RT does not change and continues
to be just map to preempt_disable/enable, but makes RT happy as
the region will use a per-CPU spinlock and thus be preemptible
and still guarantee CPU locality.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
Diffstat (limited to 'tools/arch')
0 files changed, 0 insertions, 0 deletions