commit | a60e3cc7c92973a31fad0fd04dc5cf4355d3d1ef | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Thu May 21 17:00:00 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 25 00:06:59 2015 -0400 |
tree | fccece19424d49db1c03ef8f204f3c7ca3478a4a | |
parent | 869e7c62486ec0e170a9771acaa251d1a33b5871 [diff] |
net: make skb_splice_bits more configureable 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 <hannes@stressinduktion.org> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>