On Thu, 2012-05-03 at 00:19 -0700, Alexander Duyck wrote:
This change reorders the code related to the use of an skb->head_frag so it
is placed before we check the rest of the frags. This allows the code to
read more linearly instead of like some sort of loop.
Signed-off-by: Alexander Duyck <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jeff Kirsher <redacted>
---
net/ipv4/tcp_input.c | 42 +++++++++++++++++++++++++-----------------
1 files changed, 25 insertions(+), 17 deletions(-)
Acked-by: Eric Dumazet <edumazet@google.com>