summaryrefslogtreecommitdiff
path: root/drivers/md/raid1-10.c
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2021-11-16 04:23:17 +0300
committerSong Liu <song@kernel.org>2022-01-06 19:37:02 +0300
commit770b1d216d7371c94c88713824da4be4bc39a4e0 (patch)
treecba5d938c9e40a529a153b421b905dea87099b82 /drivers/md/raid1-10.c
parent050f461e28c5d13f327353d660ffad2603ce7ac1 (diff)
downloadlinux-770b1d216d7371c94c88713824da4be4bc39a4e0.tar.xz
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 'drivers/md/raid1-10.c')
0 files changed, 0 insertions, 0 deletions