SL*B: drop kmem cache argument from constructor
[deliverable/linux.git] / fs / ubifs / super.c
index 00eb9c68ad03512ef40ebf98acf77e83bbc13345..ca1e2d4e03cc74fa82dbf2eed84f3d2e01aadf98 100644 (file)
@@ -1841,7 +1841,7 @@ static struct file_system_type ubifs_fs_type = {
 /*
  * Inode slab cache constructor.
  */
-static void inode_slab_ctor(struct kmem_cache *cachep, void *obj)
+static void inode_slab_ctor(void *obj)
 {
        struct ubifs_inode *ui = obj;
        inode_init_once(&ui->vfs_inode);
This page took 0.026942 seconds and 5 git commands to generate.