]> err.no Git - linux-2.6/blobdiff - fs/befs/linuxvfs.c
ocfs2: Increment the reference count of an already-active stack.
[linux-2.6] / fs / befs / linuxvfs.c
index e8717de3bab34f16f551004048fd91a4c6029cb1..02c6e62b72f80c031db4ec6d1d248e70a067168c 100644 (file)
@@ -289,7 +289,7 @@ befs_destroy_inode(struct inode *inode)
         kmem_cache_free(befs_inode_cachep, BEFS_I(inode));
 }
 
-static void init_once(struct kmem_cache *cachep, void *foo)
+static void init_once(void *foo)
 {
         struct befs_inode_info *bi = (struct befs_inode_info *) foo;