Re: [PATCH net-next 3/4] net: make skb_splice_bits more configureable

2015-05-20 Thread Eric Dumazet
On Wed, 2015-05-20 at 17:35 +0200, Hannes Frederic Sowa wrote: > Prepare skb_splice_bits to be able to deal with AF_UNIX sockets. > > AF_UNIX sockets don't use lock_sock/release_sock and thus we have to > use a callback to make the locking and unlocking configureable. > > Signed-off-by: Hannes Fr

[PATCH net-next 3/4] net: make skb_splice_bits more configureable

2015-05-20 Thread Hannes Frederic Sowa
Prepare skb_splice_bits to be able to deal with AF_UNIX sockets. AF_UNIX sockets don't use lock_sock/release_sock and thus we have to use a callback to make the locking and unlocking configureable. Signed-off-by: Hannes Frederic Sowa --- include/linux/skbuff.h | 11 +-- net/core/skbuff.