From: Jiri Pirko Date: Sat, 19 Oct 2013 10:29:17 +0000 (+0200) Subject: ip_output: do skb ufo init for peeked non ufo skb as well X-Git-Tag: v3.12-rc7~20^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93b7d748be887cd7639b113ba7d7ef792a7efb9;p=pandora-kernel.git ip_output: do skb ufo init for peeked non ufo skb as well Now, if user application does: sendto lenmtu flag 0 The skb is not treated as fragmented one because it is not initialized that way. So move the initialization to fix this. introduced by: commit e89e9cf539a28df7d0eb1d0a545368e9920b34ac "[IPv4/IPv6]: UFO Scatter-gather approach" Signed-off-by: Jiri Pirko Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed