On Wed, 2015-05-20 at 17:35 +0200, Hannes Frederic Sowa wrote: > + > +static int unix_stream_splice_actor(struct sk_buff *skb, > + int skip, int chunk, > + struct unix_stream_read_state *state) > +{ > + return skb_splice_bits(skb, state->socket->sk, > + UNIXCB(skb).consumed + skip, > + state->pipe, chunk, state->splice_flags, > + skb_unix_socket_splice); > +}
I am not sure you added EXPORT_SYMBOL(skb_splice_bits) in one of the patches ? Make sure CONFIG_UNIX=m still works. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html