SL*B: drop kmem cache argument from constructor
[deliverable/linux.git] / fs / nfs / inode.c
index df23f987da6beeb006496ece538f20765599acb7..52daefa2f5210ef44a34a6ba0779e791453ba81d 100644 (file)
@@ -1242,7 +1242,7 @@ static inline void nfs4_init_once(struct nfs_inode *nfsi)
 #endif
 }
 
-static void init_once(struct kmem_cache * cachep, void *foo)
+static void init_once(void *foo)
 {
        struct nfs_inode *nfsi = (struct nfs_inode *) foo;
 
This page took 0.058253 seconds and 5 git commands to generate.