Re: [PATCH net] hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()

2019-07-21 Thread David Miller
From: Haiyang Zhang Date: Fri, 19 Jul 2019 17:33:51 + > There is an extra rcu_read_unlock left in netvsc_recv_callback(), > after a previous patch that removes RCU from this function. > This patch removes the extra RCU unlock. > > Fixes: 345ac08990b8 ("hv_netvsc: pass netvsc_device to receiv

[PATCH net] hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()

2019-07-19 Thread Haiyang Zhang
There is an extra rcu_read_unlock left in netvsc_recv_callback(), after a previous patch that removes RCU from this function. This patch removes the extra RCU unlock. Fixes: 345ac08990b8 ("hv_netvsc: pass netvsc_device to receive callback") Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/net