commit | f580aec4bfd7babe51f086e599400027def08ed8 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Fri May 13 13:55:20 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 13:26:00 2016 -0400 |
tree | 4508dc7ba0f197cb62cd82ce66f73eda4e79aa3c | |
parent | da47b4572056487fd7941c26f73b3e8815ff712a [diff] |
hv_netvsc: move start_remove flag to net_device_context struct netvsc_device is destroyed on mtu change so keeping the protection flag there is not a good idea. Move it to struct net_device_context which is preserved. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>