RE: [PATCH 6/8] Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list updaters)

From: Michael Kelley
Date: Thu Jun 18 2020 - 14:32:41 EST


From: Andrea Parri (Microsoft) <parri.andrea@xxxxxxxxx> Sent: Wednesday, June 17, 2020 9:47 AM
>
> None of the readers/updaters of sc_list rely on channel->lock for
> synchronization.
>
> Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@xxxxxxxxx>
> ---
> drivers/hv/channel_mgmt.c | 25 ++++++-------------------
> 1 file changed, 6 insertions(+), 19 deletions(-)

Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>