浏览代码

[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>
Ilpo Järvinen 17 年之前
父节点
当前提交
a067d9ac39
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      net/ipv4/ip_output.c

+ 0 - 2
net/ipv4/ip_output.c

@@ -1341,8 +1341,6 @@ static int ip_reply_glue_bits(void *dptr, char *to, int offset,
  *
  *
  *	Should run single threaded per socket because it uses the sock
  *	Should run single threaded per socket because it uses the sock
  *     	structure to pass arguments.
  *     	structure to pass arguments.
- *
- *	LATER: switch from ip_build_xmit to ip_append_*
  */
  */
 void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *arg,
 void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *arg,
 		   unsigned int len)
 		   unsigned int len)