From: Willem de Bruijn Date: Mon, 8 Jun 2015 15:53:08 +0000 (-0400) Subject: net: replace last open coded skb_orphan_frags with function call X-Git-Tag: omap-for-v4.2/fixes-rc1^2~214^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbf2df0039d31c6a0a9708ce4fe220a54bd5379;p=pandora-kernel.git net: replace last open coded skb_orphan_frags with function call Commit 70008aa50e92 ("skbuff: convert to skb_orphan_frags") replaced open coded tests of SKBTX_DEV_ZEROCOPY and skb_copy_ubufs with calls to helper function skb_orphan_frags. Apply that to the last remaining open coded site. Signed-off-by: Willem de Bruijn Acked-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed