commit | 345ac08990b8365294f9756da806f357c239d758 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Dec 12 16:48:38 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 13 15:57:39 2017 -0500 |
tree | 5392199a2ee9c8a40615886e2745c802a8f1fed2 | |
parent | 79cf1bae384cfc51b0b0773b3591794302af6ebd [diff] |
hv_netvsc: pass netvsc_device to receive callback The netvsc_receive_callback function was using RCU to find the appropriate underlying netvsc_device. Since calling function already had that pointer, this was unnecessary. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>