From: Alexander Duyck Date: Wed, 2 May 2012 21:19:04 +0000 (+0000) Subject: tcp: Move code related to head frag in tcp_try_coalesce X-Git-Tag: v3.5-rc1~109^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b55a7ec684d8b846d6d5e67f4982363a83db7e;p=pandora-kernel.git tcp: Move code related to head frag in tcp_try_coalesce 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 Cc: Eric Dumazet Cc: Jeff Kirsher Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed