Re: mm: slub: gpf in deactivate_slab

From: Christoph Lameter
Date: Wed Mar 26 2014 - 11:43:48 EST


On Tue, 25 Mar 2014, Sasha Levin wrote:

> I'm not sure if there's anything special about this cache, codewise it's
> created as follows:
>
>
> inode_cachep = kmem_cache_create("inode_cache",
> sizeof(struct inode),
> 0,
> (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|
> SLAB_MEM_SPREAD),
> init_once);
>
>
> I'd be happy to dig up any other info required, I'm just not too sure
> what you mean by options for the cache?

Slab parameters can be change in /sys/kernel/slab/inode. Any debug
parameters active? More information about what was actually going on when
the gpf occured?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/