提交 0027ba84 编写于 作者: A Adrian Bunk 提交者: David S. Miller

[IPV4]: Make struct ipv4_devconf static.

struct ipv4_devconf can now become static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Acked-by: NPavel Emelyanov <xemul@openvz.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 81a21eb4
...@@ -17,8 +17,6 @@ struct ipv4_devconf ...@@ -17,8 +17,6 @@ struct ipv4_devconf
DECLARE_BITMAP(state, __NET_IPV4_CONF_MAX - 1); DECLARE_BITMAP(state, __NET_IPV4_CONF_MAX - 1);
}; };
extern struct ipv4_devconf ipv4_devconf;
struct in_device struct in_device
{ {
struct net_device *dev; struct net_device *dev;
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#include <net/rtnetlink.h> #include <net/rtnetlink.h>
#include <net/net_namespace.h> #include <net/net_namespace.h>
struct ipv4_devconf ipv4_devconf = { static struct ipv4_devconf ipv4_devconf = {
.data = { .data = {
[NET_IPV4_CONF_ACCEPT_REDIRECTS - 1] = 1, [NET_IPV4_CONF_ACCEPT_REDIRECTS - 1] = 1,
[NET_IPV4_CONF_SEND_REDIRECTS - 1] = 1, [NET_IPV4_CONF_SEND_REDIRECTS - 1] = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册