Searched hist:d3b6f6141831b6e2d414edea6cc7af5b9bc6fac2 (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | ip_tunnels.h | diff d3b6f6141831b6e2d414edea6cc7af5b9bc6fac2 Fri Jun 07 22:26:05 CEST 2013 Eric Dumazet <eric.dumazet@gmail.com> ip_tunnel: remove __net_init/exit from exported functions
If CONFIG_NET_NS is not set then __net_init is the same as __init and __net_exit is the same as __exit. These functions will be removed from memory after the module loads or is removed. Functions that are exported for use by other functions should never be labeled for removal.
Bug introduced by commit c54419321455631079c ("GRE: Refactor GRE tunneling code.")
Reported-by: Steinar H. Gunderson <sgunderson@bigfoot.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | ip_tunnel.c | diff d3b6f6141831b6e2d414edea6cc7af5b9bc6fac2 Fri Jun 07 22:26:05 CEST 2013 Eric Dumazet <eric.dumazet@gmail.com> ip_tunnel: remove __net_init/exit from exported functions
If CONFIG_NET_NS is not set then __net_init is the same as __init and __net_exit is the same as __exit. These functions will be removed from memory after the module loads or is removed. Functions that are exported for use by other functions should never be labeled for removal.
Bug introduced by commit c54419321455631079c ("GRE: Refactor GRE tunneling code.")
Reported-by: Steinar H. Gunderson <sgunderson@bigfoot.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|