From: Shan Wei Date: Thu, 15 Apr 2010 16:43:08 +0000 (+0000) Subject: net: replace ipfragok with skb->local_df X-Git-Tag: v2.6.35-rc1~473^2~457 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e15ed4d930297c127d280ca1d0c785be870def4;p=pandora-kernel.git net: replace ipfragok with skb->local_df As Herbert Xu said: we should be able to simply replace ipfragok with skb->local_df. commit f88037(sctp: Drop ipfargok in sctp_xmit function) has droped ipfragok and set local_df value properly. The patch kills the ipfragok parameter of .queue_xmit(). Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- Reading git-diff-tree failed