diff options
author | Li RongQing <lirongqing@baidu.com> | 2019-06-14 04:29:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-15 05:50:33 +0300 |
commit | 3e18943333404b03d17fc4a008da7c3676523f05 (patch) | |
tree | ed0cd38bd836367480ecf5936f329f989cb76051 /net/ipv4 | |
parent | c4aaa5ddffe78f4fba86e94eed0980dd287bc2b4 (diff) | |
download | linux-3e18943333404b03d17fc4a008da7c3676523f05.tar.xz |
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>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions