Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
[powerpc.git] / fs / ncpfs / inode.c
index 7f8536d..e1cb70c 100644 (file)
@@ -56,7 +56,7 @@ static void ncp_destroy_inode(struct inode *inode)
        kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode));
 }
 
-static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags)
+static void init_once(struct kmem_cache *cachep, void *foo)
 {
        struct ncp_inode_info *ei = (struct ncp_inode_info *) foo;