commit | e34492dea68d4f09e9989e518fc76cd41909d707 | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@gmail.com> | Tue Jun 15 07:52:43 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 15 11:00:45 2021 -0700 |
tree | cae070915005e908eec0eefdbff2da1080ad06f1 | |
parent | 475b92f932168a78da8109acd10bfb7578b8f2bb [diff] |
net: inline function get_net_ns_by_fd if NET_NS is disabled The function get_net_ns_by_fd() could be inlined when NET_NS is not enabled. Signed-off-by: Changbin Du <changbin.du@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>