> > + if (unlikely((nhead || ntail) && skb->sk)) { > + printk(KERN_ERR "SKB BUG: Illegal pskb expand (%d:%d) " > + "with socket attached\n", > + nhead, ntail); > + } > + Also this could be a WARN_ON since here we really want to know who called it. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part