GIT: unionfs2-2.6.27.y: Unionfs: use new kmem_cache_create constructor prototype

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:18:06 EDT 2010


commit 4cff2913295c5c7fddb73eeb366fa67332cc9a7a
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Mon Jul 28 00:29:50 2008 -0400

    Unionfs: use new kmem_cache_create constructor prototype
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index 1f4b3f4..e774ef3 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;
 


More information about the unionfs-cvs mailing list