diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 0dc0c3826763..4e6959c29819 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -160,7 +160,6 @@ static struct dst_ops ipv4_dst_ops = { | |||
160 | .link_failure = ipv4_link_failure, | 160 | .link_failure = ipv4_link_failure, |
161 | .update_pmtu = ip_rt_update_pmtu, | 161 | .update_pmtu = ip_rt_update_pmtu, |
162 | .local_out = __ip_local_out, | 162 | .local_out = __ip_local_out, |
163 | .entry_size = sizeof(struct rtable), | ||
164 | .entries = ATOMIC_INIT(0), | 163 | .entries = ATOMIC_INIT(0), |
165 | }; | 164 | }; |
166 | 165 | ||
@@ -2701,7 +2700,6 @@ static struct dst_ops ipv4_dst_blackhole_ops = { | |||
2701 | .destroy = ipv4_dst_destroy, | 2700 | .destroy = ipv4_dst_destroy, |
2702 | .check = ipv4_dst_check, | 2701 | .check = ipv4_dst_check, |
2703 | .update_pmtu = ipv4_rt_blackhole_update_pmtu, | 2702 | .update_pmtu = ipv4_rt_blackhole_update_pmtu, |
2704 | .entry_size = sizeof(struct rtable), | ||
2705 | .entries = ATOMIC_INIT(0), | 2703 | .entries = ATOMIC_INIT(0), |
2706 | }; | 2704 | }; |
2707 | 2705 | ||