mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	skbuff: export skb_copy_ubufs
Export skb_copy_ubufs so that modules can orphan frags. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									1080e512d4
								
							
						
					
					
						commit
						dcc0fb782b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -784,7 +784,7 @@ int skb_copy_ubufs(struct sk_buff *skb, gfp_t gfp_mask) | |||
| 	skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; | ||||
| 	return 0; | ||||
| } | ||||
| 
 | ||||
| EXPORT_SYMBOL_GPL(skb_copy_ubufs); | ||||
| 
 | ||||
| /**
 | ||||
|  *	skb_clone	-	duplicate an sk_buff | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Michael S. Tsirkin
						Michael S. Tsirkin