From: Erez Zadok Date: Mon, 28 Jul 2008 04:29:50 +0000 (-0400) Subject: Unionfs: use new kmem_cache_create constructor prototype X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=54fad52744ae01daeca681ecde6afa80fb940f2a;p=unionfs-2.6.39.y.git Unionfs: use new kmem_cache_create constructor prototype Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 1f4b3f448b5..e774ef3dd07 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -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;