Skip to content

Commit dcc0fb7

Browse files
mstsirkindavem330
authored andcommitted
skbuff: export skb_copy_ubufs
Export skb_copy_ubufs so that modules can orphan frags. Signed-off-by: Michael S. Tsirkin <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1080e51 commit dcc0fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/core/skbuff.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ int skb_copy_ubufs(struct sk_buff *skb, gfp_t gfp_mask)
784784
skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY;
785785
return 0;
786786
}
787-
787+
EXPORT_SYMBOL_GPL(skb_copy_ubufs);
788788

789789
/**
790790
* skb_clone - duplicate an sk_buff

0 commit comments

Comments
 (0)