diff options
author | Andrea Parri (Microsoft) <parri.andrea@gmail.com> | 2020-06-17 19:46:41 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2020-06-20 12:15:33 +0300 |
commit | 21d2052c7afb77e3a600090bb043913042a3102f (patch) | |
tree | a2ff15be3d766e68194987394f084c6bdd9f469b /drivers/hv | |
parent | 8a99e501345489ae30b16a5e519e111220d39a06 (diff) | |
download | linux-21d2052c7afb77e3a600090bb043913042a3102f.tar.xz |
scsi: storvsc: Introduce the per-storvsc_device spinlock
storvsc uses the spinlock of the hv_device's primary channel to
serialize modifications of stor_chns[] performed by storvsc_do_io()
and storvsc_change_target_cpu(), when it could/should use a (per-)
storvsc_device spinlock: this change untangles the synchronization
mechanism for the (storvsc-specific) stor_chns[] array from the
"generic" VMBus code and data structures, clarifying the scope of
this synchronization mechanism.
Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Link: https://lore.kernel.org/r/20200617164642.37393-8-parri.andrea@gmail.com
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv')
0 files changed, 0 insertions, 0 deletions