commit | 79e8cbe7a789a0863cc6cd874872b4dd63ec5947 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Jul 19 11:53:13 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 19 22:20:05 2017 -0700 |
tree | 742a12f0c68a5dbaff3e051f806dd1ca3effe4fe | |
parent | 1b01994aa6f9bad60d2b162c17dca530c21e2687 [diff] |
netvsc: add some rtnl_dereference annotations In a couple places RTNL is held, and the netvsc_device pointer is acquired without annotation. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>