commit | 00ecfb3b34b69dd702dee1bd6de6fc100be384db | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Mar 22 14:51:03 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 19:38:56 2017 -0700 |
tree | 17a57e2ed6bec37b1502ef3e82a5711ecdc58b8e | |
parent | 43c7bd1ffcd1621c64cedf1be52156e2f95bba9b [diff] |
netvsc: remove unnecessary lock on shutdown The channel inbound lock was not being used at all by the netvsc device, but the spin_lock was helpful by providing necessary barrier before waiting. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>