Re: [PATCH 6/7] [PPP] generic: Call skb_cow_head before scribbling over skb

2007-09-16 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 31 Aug 2007 17:09:16 +0800 > [PPP] generic: Call skb_cow_head before scribbling over skb > > It's rude to write over data that other people are still using. So call > skb_cow_head before PPP proceeds to modify the skb data. > > Signed-off-by: Herb

[PATCH 6/7] [PPP] generic: Call skb_cow_head before scribbling over skb

2007-08-31 Thread Herbert Xu
[PPP] generic: Call skb_cow_head before scribbling over skb It's rude to write over data that other people are still using. So call skb_cow_head before PPP proceeds to modify the skb data. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- drivers/net/ppp_generic.c | 14 +++--- 1 file