On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon <[email protected]> wrote: > > From: Jonathan Lemon <[email protected]> > > Replace sock_zerocopy_put with the generic skb_zcopy_put() > function. Pass 'true' as the success argument, as this > is identical to no change. > > Signed-off-by: Jonathan Lemon <[email protected]>
uarg->zerocopy may be false if sock_zerocopy_put_abort is called from tcp_sendmsg_locked
