Re: [PATCH net-next] net: replace last open coded skb_orphan_frags with function call

2015-06-08 Thread David Miller
From: Willem de Bruijn will...@google.com Date: Mon, 8 Jun 2015 11:53:08 -0400 From: Willem de Bruijn will...@google.com 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

Re: [PATCH net-next] net: replace last open coded skb_orphan_frags with function call

2015-06-08 Thread Michael S. Tsirkin
On Mon, Jun 08, 2015 at 11:53:08AM -0400, Willem de Bruijn wrote: From: Willem de Bruijn will...@google.com 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

[PATCH net-next] net: replace last open coded skb_orphan_frags with function call

2015-06-08 Thread Willem de Bruijn
From: Willem de Bruijn will...@google.com 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