[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20101004.224735.191411120.davem@davemloft.net>
Date: Mon, 04 Oct 2010 22:47:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: hkchu@...gle.com
Cc: sfr@...b.auug.org.au, netdev@...r.kernel.org,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
damian@....rwth-aachen.de
Subject: Re: linux-next: manual merge of the net tree with the net-current
tree
From: Jerry Chu <hkchu@...gle.com>
Date: Thu, 30 Sep 2010 20:27:05 -0700
> In tcp_write_timeout():
>
> if (retransmits_timed_out(sk, retry_until,
> (1 << sk->sk_state) & (TCPF_SYN_SENT | TCPF_SYN_RECV) ? 0 :
> icsk->icsk_user_timeout, syn_set)) {
>
> should be simplified to
>
> if (retransmits_timed_out(sk, retry_until,
> syn_set ? 0 : icsk->icsk_user_timeout, syn_set)) {
I've merged net-2.6 into net-next-2.6 and integrated this simplification
while doing so.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists