[PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too

2007-03-20 Thread Arnaldo Carvalho de Melo
I did it just in alloc_skb_from_cache, forgot __alloc_skb, fixed now. Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> --- net/core/skbuff.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/core/skbuff.c b/net/core/skbuff.c index c274ea3..d7d2dc3 100644

Re: [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too

2007-03-19 Thread David Miller
From: "Arnaldo Carvalho de Melo" <[EMAIL PROTECTED]> Date: Mon, 19 Mar 2007 17:48:02 -0300 > OK, I wasn' t expecting any whitspaces, probably were whitespaces > already there that were kept, I am pretty sure this is exactly what happened. > I'll try and check future patches. Thanks! - To unsubs

Re: [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too

2007-03-19 Thread Arnaldo Carvalho de Melo
On 3/19/07, David Miller <[EMAIL PROTECTED]> wrote: From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Date: Mon, 19 Mar 2007 10:50:30 -0300 > Hi David, > > Please pull from: > > master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22 Pulled, thanks Arnaldo. Can you please verify the

Re: [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too

2007-03-19 Thread David Miller
From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Date: Mon, 19 Mar 2007 10:50:30 -0300 > Hi David, > > Please pull from: > > master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22 Pulled, thanks Arnaldo. Can you please verify the white-space in your patches in the future? I have a

[PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too

2007-03-19 Thread Arnaldo Carvalho de Melo
Hi David, Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22 - Arnaldo --- I did it just in alloc_skb_from_cache, forgot __alloc_skb, fixed now. Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> --- net/core/skbuff.c |5 - 1 files changed,