WSL2-Linux-Kernel/net/netlink
Li RongQing 3e18943333 net: remove empty netlink_tap_exit_net
Pointer members of an object with static storage duration, if not
explicitly initialized, will be initialized to a NULL pointer. The
net namespace API checks if this pointer is not NULL before using it,
it are safe to remove the function.

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-14 19:50:33 -07:00
..
Kconfig
Makefile
af_netlink.c net: remove empty netlink_tap_exit_net 2019-06-14 19:50:33 -07:00
af_netlink.h
diag.c
genetlink.c