X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjfs%2Fsuper.c;h=3630718be395deaada9cfe0c28d11a877fcc31e7;hb=HEAD;hp=0288e6d7936a200e51b585914cf5ae76847b91a3;hpb=cadc723cc19ce6b881d973d3c04e25ebb83058e6;p=linux-2.6 diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 0288e6d793..3630718be3 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -759,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;