From: Herbert Xu Date: Thu, 20 Oct 2005 19:13:13 +0000 (-0200) Subject: [TCP] Allow len == skb->len in tcp_fragment X-Git-Tag: v2.6.14~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cc99f04c5a732c793519aca61a20f719b50db4;p=pandora-kernel.git [TCP] Allow len == skb->len in tcp_fragment It is legitimate to call tcp_fragment with len == skb->len since that is done for FIN packets and the FIN flag counts as one byte. So we should only check for the len > skb->len case. Signed-off-by: Herbert Xu Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed