| commit | 776e726bfb3493f71bb11759f7a60f1b0f6dd2d2 | [log] [tgz] |
|---|---|---|
| author | stephen hemminger <stephen@networkplumber.org> | Fri Apr 14 14:42:57 2017 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Mon Apr 17 15:12:33 2017 -0400 |
| tree | 81ee369b46ff8e4eda9bd697b7e01d1c8fd27fb8 | |
| parent | 1dbba4cb8df73844ea0d7c1fd11e1ea35f1670b7 [diff] |
netvsc: fix RCU warning in get_stats The statistics functionis called with RTNL held during probe but with RCU held during access from /proc and elsewhere. This is safe so update the lockdep annotation. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>