diff options
author | Li RongQing <roy.qing.li@gmail.com> | 2014-07-25 02:45:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-25 02:47:04 -0400 |
commit | ac3d2e5a9ef2f4d8f57c50070c4883ecb7cec29f (patch) | |
tree | 301e868f3c2c13ff8617ec4b3b3e8c8c451cf836 /net/ipv6 | |
parent | 1e3550e46141b4734c237de69612175c13dc38cc (diff) |
ipv6: remove obsolete comment in ip6_append_data()
After 11878b40e[net-timestamp: SOCK_RAW and PING timestamping], this comment
becomes obsolete since the codes check not only UDP socket, but also RAW sock;
and the codes are clear, not need the comments
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 759456f0c207..2e339d241b69 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -1270,7 +1270,6 @@ emsgsize: | |||
1270 | } | 1270 | } |
1271 | } | 1271 | } |
1272 | 1272 | ||
1273 | /* For UDP, check if TX timestamp is enabled */ | ||
1274 | if (sk->sk_type == SOCK_DGRAM || sk->sk_type == SOCK_RAW) | 1273 | if (sk->sk_type == SOCK_DGRAM || sk->sk_type == SOCK_RAW) |
1275 | sock_tx_timestamp(sk, &tx_flags); | 1274 | sock_tx_timestamp(sk, &tx_flags); |
1276 | 1275 | ||