Re: [PATCH] slub: remove duplicate VM_BUG_ON

2007-05-02 Thread Andrew Morton
On Wed, 2 May 2007 14:14:39 -0700 (PDT) Christoph Lameter <[EMAIL PROTECTED]> wrote: > On Wed, 2 May 2007, Pekka Enberg wrote: > > > Christoph Lameter wrote: > > > Patch is already in mm. Could you download all the patches after that > > > before > > > testing? There was quite a number. > > > >

Re: [PATCH] slub: remove duplicate VM_BUG_ON

2007-05-02 Thread Christoph Lameter
On Wed, 2 May 2007, Pekka Enberg wrote: > Christoph Lameter wrote: > > Patch is already in mm. Could you download all the patches after that before > > testing? There was quite a number. > > I am on 2.6.21-rc7-mm2. Me goes to wonder where Andrew's snapshots are... Too much going on I think. I gu

Re: [PATCH] slub: remove duplicate VM_BUG_ON

2007-05-02 Thread Pekka Enberg
Christoph Lameter wrote: Patch is already in mm. Could you download all the patches after that before testing? There was quite a number. I am on 2.6.21-rc7-mm2. Me goes to wonder where Andrew's snapshots are... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH] slub: remove duplicate VM_BUG_ON

2007-05-02 Thread Christoph Lameter
Patch is already in mm. Could you download all the patches after that before testing? There was quite a number. On Wed, 2 May 2007, Pekka J Enberg wrote: > From: Pekka Enberg <[EMAIL PROTECTED]> > > This patch removes a duplicate VM_BUG_ON from add_full(). > > Cc: Christoph Lameter <[EMAIL PRO

[PATCH] slub: remove duplicate VM_BUG_ON

2007-05-02 Thread Pekka J Enberg
From: Pekka Enberg <[EMAIL PROTECTED]> This patch removes a duplicate VM_BUG_ON from add_full(). Cc: Christoph Lameter <[EMAIL PROTECTED]> Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- mm/slub.c |2 -- 1 file changed, 2 deletions(-) Index: 26-mm/mm/slub.c =