Re: Incompatibilities of kmem_cache_create

2007-07-23 Thread Christoph Lameter
On Sat, 21 Jul 2007, Paul Mundt wrote: > On Sat, Jul 21, 2007 at 02:50:01AM -0300, werner wrote: > > Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not > > compatible and causes compiling errors of some fundamental programs. > > Before, this error didnt occur. > > > Slab

Re: Incompatibilities of kmem_cache_create

2007-07-23 Thread Christoph Lameter
On Sat, 21 Jul 2007, Paul Mundt wrote: On Sat, Jul 21, 2007 at 02:50:01AM -0300, werner wrote: Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not compatible and causes compiling errors of some fundamental programs. Before, this error didnt occur. Slab destructors

Re: Incompatibilities of kmem_cache_create

2007-07-21 Thread Paul Mundt
On Sat, Jul 21, 2007 at 02:50:01AM -0300, werner wrote: > Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not > compatible and causes compiling errors of some fundamental programs. > Before, this error didnt occur. > Slab destructors haven't been supported in the kernel for ages,

Incompatibilities of kmem_cache_create

2007-07-21 Thread werner
Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not compatible and causes compiling errors of some fundamental programs. Before, this error didnt occur. At least this happened on compiling the externel modules for btrfs and ndiskwrapper.Principally the compatibility of the

Incompatibilities of kmem_cache_create

2007-07-21 Thread werner
Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not compatible and causes compiling errors of some fundamental programs. Before, this error didnt occur. At least this happened on compiling the externel modules for btrfs and ndiskwrapper.Principally the compatibility of the

Re: Incompatibilities of kmem_cache_create

2007-07-21 Thread Paul Mundt
On Sat, Jul 21, 2007 at 02:50:01AM -0300, werner wrote: Of the kernel 2.6.22-git15 of this night, kmem_cache_create is not compatible and causes compiling errors of some fundamental programs. Before, this error didnt occur. Slab destructors haven't been supported in the kernel for ages,