Unionfs: use new kmem_cache_create constructor prototype
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 04:29:50 +0000 (00:29 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 30 Mar 2011 23:31:41 +0000 (19:31 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/super.c

index 1f4b3f448b5c2a9bfc4fa3fa3908ea47e88fe5a2..e774ef3dd078250d742f8f8996e869779b37bbdc 100644 (file)
@@ -900,7 +900,7 @@ static void unionfs_destroy_inode(struct inode *inode)
 }
 
 /* unionfs inode cache constructor */
-static void init_once(struct kmem_cache *cachep, void *obj)
+static void init_once(void *obj)
 {
        struct unionfs_inode_info *i = obj;