commit | 79cd874c96b38694fb2b4ee3850f6fbbc3015439 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Thu Mar 09 15:04:15 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:15:43 2017 -0700 |
tree | 1ced2db009d3dd2aabd1ce674878882d75a95bfb | |
parent | 0d6dd35784e76bc3e052ffa13c6839d5c9bcb449 [diff] |
netvsc: fix hang on netvsc module removal The code in netvsc_device_remove was incorrectly calling napi_disable repeatedly on the same element. This would cause attempts to remove netvsc module to hang. Fixes: 2506b1dc4bbe ("netvsc: implement NAPI") Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>