netdev
[Top] [All Lists]

Re: [PATCH] tcp_send_skb code pruning

To: Stephen Hemminger <shemminger@xxxxxxxx>
Subject: Re: [PATCH] tcp_send_skb code pruning
From: "David S. Miller" <davem@xxxxxxxxxx>
Date: Tue, 27 Apr 2004 20:29:57 -0700
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20040427160428.0196fcf3@xxxxxxxxxxxxxxxxxxxxx>
References: <20040427160428.0196fcf3@xxxxxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
On Tue, 27 Apr 2004 16:04:28 -0700
Stephen Hemminger <shemminger@xxxxxxxx> wrote:

> The function tcp_send_skb is only called from tcp_fin, and is always called
> with force_queue=1.  Therefore, it no longer needs to be global and the code
> to send right now can be removed.  Because it always queues, change the
> name as well, and fix up the comment.

Nice cleanup, applied.

<Prev in Thread] Current Thread [Next in Thread>