| Submitter | Shan Wei |
|---|---|
| Date | May 5, 2009, 11:01 a.m. |
| Message ID | <4A001C89.2050703@cn.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/26872/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Shan Wei <shanwei@cn.fujitsu.com> Date: Tue, 05 May 2009 19:01:29 +0800 > > Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com> Applied to net-next-2.6 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 5d427f8..ecab85f 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -1593,7 +1593,7 @@ process: #endif { if (!tcp_prequeue(sk, skb)) - ret = tcp_v4_do_rcv(sk, skb); + ret = tcp_v4_do_rcv(sk, skb); } } else sk_add_backlog(sk, skb);
Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com> --- net/ipv4/tcp_ipv4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)