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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>