Re: [KJ] [Patch] kmemdup() cleanup in net/

2006-10-26 Thread David Miller
From: Eric Sesterhenn <[EMAIL PROTECTED]> Date: Thu, 26 Oct 2006 22:49:31 +0200 > arg, i thought i compile tested everything, please use this > version. > > Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> Definitely post-2.6.19 material, please resubmit when 2.6.20 merging opens up, thanks. -

Re: [KJ] [Patch] kmemdup() cleanup in net/

2006-10-26 Thread Eric Sesterhenn
arg, i thought i compile tested everything, please use this version. Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> --- linux-2.6.19-rc3-git1/net/atm/lec.c.orig2006-10-26 20:21:48.0 +0200 +++ linux-2.6.19-rc3-git1/net/atm/lec.c 2006-10-26 20:23:28.0 +0200 @@ -1321,11 +132

[Patch] kmemdup() cleanup in net/

2006-10-26 Thread Eric Sesterhenn
hi, replace open coded kmemdup() to save some screen space, and allow inlining/not inlining to be triggered by gcc. Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> --- linux-2.6.19-rc3-git1/net/atm/lec.c.orig2006-10-26 20:21:48.0 +0200 +++ linux-2.6.19-rc3-git1/net/atm/lec.c 2006