Skip to content
Commit 25869262 authored by Al Viro's avatar Al Viro
Browse files

skb_splice_bits(): get rid of callback



since pipe_lock is the outermost now, we don't need to drop/regain
socket locks around the call of splice_to_pipe() from skb_splice_bits(),
which kills the need to have a socket-specific callback; we can just
call splice_to_pipe() and be done with that.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 79fddc4e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment