Re: 2.6.23 compile failure - slab/slob interspanking

2007-07-23 Thread Christoph Lameter
On Wed, 18 Jul 2007 09:18:36 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > With the slab zeroing allocations cleanups Christoph stubbed in a > generic kzalloc(), which was missed on SLOB. Follow the SLAB/SLUB > changes and kill off the __kzalloc() wrapper that SLOB was using. Patches conflicted i

Re: 2.6.23 compile failure - slab/slob interspanking

2007-07-17 Thread Matt Mackall
On Wed, Jul 18, 2007 at 09:18:36AM +0900, Paul Mundt wrote: > On Tue, Jul 17, 2007 at 10:00:08PM +0200, Jan Engelhardt wrote: > > 81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit > > commit 81cda6626178cd55297831296ba8ecedbfd8b52d > > Author: Christoph Lameter <[EMAIL PROTECTED]> > > Da

Re: 2.6.23 compile failure - slab/slob interspanking

2007-07-17 Thread Andrew Morton
On Wed, 18 Jul 2007 09:18:36 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > --- a/include/linux/slob_def.h > +++ b/include/linux/slob_def.h > @@ -33,14 +33,4 @@ static inline void *__kmalloc(size_t size, gfp_t flags) > return kmalloc(size, flags); > } > > -/** > - * kzalloc - allocate memo

Re: 2.6.23 compile failure - slab/slob interspanking

2007-07-17 Thread Paul Mundt
On Tue, Jul 17, 2007 at 10:00:08PM +0200, Jan Engelhardt wrote: > 81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit > commit 81cda6626178cd55297831296ba8ecedbfd8b52d > Author: Christoph Lameter <[EMAIL PROTECTED]> > Date: Tue Jul 17 04:03:29 2007 -0700 > > Slab allocators: Cleanup

2.6.23 compile failure - slab/slob interspanking

2007-07-17 Thread Jan Engelhardt
Hi, I have a compile failure. git-bisect tells me: 81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit commit 81cda6626178cd55297831296ba8ecedbfd8b52d Author: Christoph Lameter <[EMAIL PROTECTED]> Date: Tue Jul 17 04:03:29 2007 -0700 Slab allocators: Cleanup zeroing allocations