> Cc: [email protected]; [email protected]; Woojung > Huh - C21699; UNGLinuxDriver; Florian Fainelli > Subject: [PATCH net v2 1/2] net: core: Specify skb_pad()/skb_put_padto() > SKB freeing > > Rename skb_pad() into __skb_pad() and make it take a third argument: > free_on_error which controls whether kfree_skb() should be called or > not, skb_pad() directly makes use of it and passes true to preserve its > existing behavior. Do exactly the same thing with __skb_put_padto() and > skb_put_padto(). > > Suggested-by: David Miller <[email protected]> > Signed-off-by: Florian Fainelli <[email protected]>
Reviewed-by: Woojung Huh <[email protected]> - Woojung
