Re: [PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Lee Schermerhorn
On Mon, 2007-05-07 at 13:16 -0400, Josef Sipek wrote: > On Mon, May 07, 2007 at 11:22:32AM -0400, Lee Schermerhorn wrote: > > With unionfs included as a module, 2.6.21-mm1 build broke with: > > > > fs/unionfs/super.c: In function ‘init_once’: > > fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’

Re: [PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Josef Sipek
On Mon, May 07, 2007 at 11:22:32AM -0400, Lee Schermerhorn wrote: > With unionfs included as a module, 2.6.21-mm1 build broke with: > > fs/unionfs/super.c: In function ‘init_once’: > fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’ undeclared (first use in > this function) >

[PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Lee Schermerhorn
With unionfs included as a module, 2.6.21-mm1 build broke with: fs/unionfs/super.c: In function ‘init_once’: fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’ undeclared (first use in this function) fs/unionfs/super.c:822: error: (Each undeclared identifier is reported only

Re: [PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Josef Sipek
On Mon, May 07, 2007 at 11:22:32AM -0400, Lee Schermerhorn wrote: With unionfs included as a module, 2.6.21-mm1 build broke with: fs/unionfs/super.c: In function ‘init_once’: fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’ undeclared (first use in this function) fs/unionfs/super.c:822:

Re: [PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Lee Schermerhorn
On Mon, 2007-05-07 at 13:16 -0400, Josef Sipek wrote: On Mon, May 07, 2007 at 11:22:32AM -0400, Lee Schermerhorn wrote: With unionfs included as a module, 2.6.21-mm1 build broke with: fs/unionfs/super.c: In function ‘init_once’: fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’

[PATCH 2.6.21-mm1] remove unionfs reference to SLAB_CTOR_VERIFY

2007-05-07 Thread Lee Schermerhorn
With unionfs included as a module, 2.6.21-mm1 build broke with: fs/unionfs/super.c: In function ‘init_once’: fs/unionfs/super.c:822: error: ‘SLAB_CTOR_VERIFY’ undeclared (first use in this function) fs/unionfs/super.c:822: error: (Each undeclared identifier is reported only