OpenCloudOS-Kernel/drivers/net/hyperv
stephen hemminger a0be450e19 netvsc: uses RCU instead of removal flag
It is cleaner to use RCU protected pointer (nvdev_ctx->nvdev)
to indicate device is in removed state, rather than having a separate
boolean flag. By using the pointer the context can be checked
by static checkers and dynamic lockdep.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-22 19:38:56 -07:00
..
Kconfig
Makefile
hyperv_net.h netvsc: uses RCU instead of removal flag 2017-03-22 19:38:56 -07:00
netvsc.c netvsc: uses RCU instead of removal flag 2017-03-22 19:38:56 -07:00
netvsc_drv.c netvsc: uses RCU instead of removal flag 2017-03-22 19:38:56 -07:00
rndis_filter.c netvsc: change max channel calculation 2017-03-22 19:38:56 -07:00