[TCP]: Advance fast path pointer for first block only
authorBaruch Even <baruch@ev-en.org>
Mon, 5 Feb 2007 07:35:57 +0000 (23:35 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:38:48 +0000 (12:38 -0800)
commitfda03fbb56bf88f1fb1c57b2474082e5addaa884
treeb6067b0be2ee1bd65c704a1db893b45cd4920cc9
parentffbc61117d32dc4e768f999325ecfb2528d6b303
[TCP]: Advance fast path pointer for first block only

Only advance the SACK fast-path pointer for the first block, the
fast-path assumes that only the first block advances next time so we
should not move the cached skb for the next sack blocks.

Signed-off-by: Baruch Even <baruch@ev-en.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c