commit | bbbf2df0039d31c6a0a9708ce4fe220a54bd5379 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Mon Jun 08 11:53:08 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 08 12:15:13 2015 -0700 |
tree | 1b6fe886986a7621b4028db18b7fe262ea6ebf97 | |
parent | afe3f907d20f39c0eaf81f2baec247ba672f34a9 [diff] |
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 <willemb@google.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>