[PATCH net] rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present

Jakub Kicinski kuba at kernel.org
Fri May 8 13:25:32 PDT 2026


On Fri, 8 May 2026 15:07:49 +0900 Hyunwoo Kim wrote:
> > > -	if (skb_cloned(skb)) {
> > > +	if (skb_cloned(skb) || skb->data_len) {  
> > 
> > Ditto.  
> 
> Thank you for the review.

Maybe skb_ensure_writable() ?



More information about the linux-afs mailing list