From 54fad52744ae01daeca681ecde6afa80fb940f2a Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 28 Jul 2008 00:29:50 -0400 Subject: [PATCH] Unionfs: use new kmem_cache_create constructor prototype Signed-off-by: Erez Zadok --- fs/unionfs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1