aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-02-08 16:17:55 -0800
committerDavid S. Miller <davem@davemloft.net>2011-02-08 16:17:55 -0800
commit8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224 (patch)
treefee1865c2fbfe8fbb67e8aed97fd8df18254d777 /net/ipv6/route.c
parentnet: Remove bogus barrier() in dst_allfrag(). (diff)
downloadlinux-dev-8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224.tar.xz
linux-dev-8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224.zip
net: Kill NETEVENT_PMTU_UPDATE.
Nobody actually does anything in response to the event, so just kill it off. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 0a63d44e6f48..12ec83d48806 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -965,7 +965,6 @@ static void ip6_rt_update_pmtu(struct dst_entry *dst, u32 mtu)
dst_metric_set(dst, RTAX_FEATURES, features);
}
dst_metric_set(dst, RTAX_MTU, mtu);
- call_netevent_notifiers(NETEVENT_PMTU_UPDATE, dst);
}
}