diff options
author | Baker Zhang <Baker.kernel@gmail.com> | 2013-11-25 20:29:15 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-28 18:47:51 -0500 |
commit | 39af0c409e8c06b51caf7dc43e49ef96ae790a55 (patch) | |
tree | 4afeb5c9e1feb9972062017bd713d3e94b29f053 /net/ipv6 | |
parent | bc9627e7e918a85e906c1a3f6d01d9b8ef911a96 (diff) |
net: remove outdated comment for ipv4 and ipv6 protocol handler
since f9242b6b28d61295f2bf7e8adfb1060b382e5381
inet: Sanitize inet{,6} protocol demux.
there are not pretended hash tables for ipv4 or
ipv6 protocol handler.
Signed-off-by: Baker Zhang <Baker.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/protocol.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/protocol.c b/net/ipv6/protocol.c index 22d1bd4670da..e048cf1bb6a2 100644 --- a/net/ipv6/protocol.c +++ b/net/ipv6/protocol.c | |||
@@ -36,10 +36,6 @@ int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol | |||
36 | } | 36 | } |
37 | EXPORT_SYMBOL(inet6_add_protocol); | 37 | EXPORT_SYMBOL(inet6_add_protocol); |
38 | 38 | ||
39 | /* | ||
40 | * Remove a protocol from the hash tables. | ||
41 | */ | ||
42 | |||
43 | int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) | 39 | int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) |
44 | { | 40 | { |
45 | int ret; | 41 | int ret; |