diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-01-06 02:17:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:45 -0500 |
commit | a067d9ac39cd207b5a0994c73199a56e7d5a17a3 (patch) | |
tree | 8a451fa1179678f06922e47adc4d8aefc081010e /net/ipv4/ip_output.c | |
parent | c4e18dade1f878db33ed38927de22e63d550970d (diff) |
[NET]: Remove obsolete comment
It seems that ip_build_xmit is no longer used in here and
ip_append_data is used.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 6dd1d9c5d52e..8950d18001f1 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -1341,8 +1341,6 @@ static int ip_reply_glue_bits(void *dptr, char *to, int offset, | |||
1341 | * | 1341 | * |
1342 | * Should run single threaded per socket because it uses the sock | 1342 | * Should run single threaded per socket because it uses the sock |
1343 | * structure to pass arguments. | 1343 | * structure to pass arguments. |
1344 | * | ||
1345 | * LATER: switch from ip_build_xmit to ip_append_* | ||
1346 | */ | 1344 | */ |
1347 | void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *arg, | 1345 | void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *arg, |
1348 | unsigned int len) | 1346 | unsigned int len) |