Pavel Begunkov wrote: > skb_zcopy_set() does nothing if there is already a ubuf_info associated > with an skb, and since ->link_skb should have set it several lines above > the check here essentially does nothing and can be removed. It's also > safer this way, because even if the callback is faulty we'll > have it set. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>