Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list updaters)
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>
Wed, 17 Jun 2020 16:46:40 +0000 (18:46 +0200)
committerWei Liu <wei.liu@kernel.org>
Fri, 19 Jun 2020 15:38:30 +0000 (15:38 +0000)
commit8a99e501345489ae30b16a5e519e111220d39a06
treec9d068498cb7af35b34f352c9ac4fe79b3b73de4
parent3eb0ac869c66d73a034004b97b3a4abe1c5cb998
Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list updaters)

None of the readers/updaters of sc_list rely on channel->lock for
synchronization.

Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Link: https://lore.kernel.org/r/20200617164642.37393-7-parri.andrea@gmail.com
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel_mgmt.c