Skip to content
  • Al Viro's avatar
    skb_splice_bits(): get rid of callback · 25869262
    Al Viro authored
    
    
    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>
    25869262