Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>
Mon, 28 Mar 2022 15:44:57 +0000 (17:44 +0200)
committerWei Liu <wei.liu@kernel.org>
Wed, 6 Apr 2022 13:31:58 +0000 (13:31 +0000)
commiteaa03d34535872d29004cb5cf77dc9dec1ba9a25
tree0fb901ee87920f9fa23ae2308e80e5df5d353a9b
parentbe5802795cf8d0b881745fa9ba7790293b382280
Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()

Following the recommendation in Documentation/memory-barriers.txt for
virtual machine guests.

Fixes: 8b6a877c060ed ("Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels")
Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Link: https://lore.kernel.org/r/20220328154457.100872-1-parri.andrea@gmail.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel_mgmt.c