commit | 4e15ed4d930297c127d280ca1d0c785be870def4 | [log] [tgz] |
---|---|---|
author | Shan Wei <shanwei@cn.fujitsu.com> | Thu Apr 15 16:43:08 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 15 23:36:37 2010 -0700 |
tree | e0808d650ae66cf273758496100d3d24739a9e48 | |
parent | 0eecb784942792863b77dfe11e0c7e286e92db85 [diff] |
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 <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>