commit | 3e18943333404b03d17fc4a008da7c3676523f05 | [log] [tgz] |
---|---|---|
author | Li RongQing <lirongqing@baidu.com> | Fri Jun 14 09:29:09 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 19:50:33 2019 -0700 |
tree | ed0cd38bd836367480ecf5936f329f989cb76051 | |
parent | c4aaa5ddffe78f4fba86e94eed0980dd287bc2b4 [diff] |
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>