]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jfs/super.c
SL*B: drop kmem cache argument from constructor
[net-next-2.6.git] / fs / jfs / super.c
index 359c091d8965be31fa9c868cd73d9f0f87e0ce03..3630718be395deaada9cfe0c28d11a877fcc31e7 100644 (file)
@@ -760,7 +760,7 @@ static struct file_system_type jfs_fs_type = {
        .fs_flags       = FS_REQUIRES_DEV,
 };
 
-static void init_once(struct kmem_cache *cachep, void *foo)
+static void init_once(void *foo)
 {
        struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo;