]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hfs/super.c
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
[linux-2.6-omap-h63xx.git] / fs / hfs / super.c
index ac2ec5ef66e4a244461b2c8dd3f027626f943ae6..4abb1047c68992806125c1ad003e91a9f0cdbd41 100644 (file)
@@ -432,7 +432,7 @@ static struct file_system_type hfs_fs_type = {
        .fs_flags       = FS_REQUIRES_DEV,
 };
 
-static void hfs_init_once(struct kmem_cache *cachep, void *p)
+static void hfs_init_once(void *p)
 {
        struct hfs_inode_info *i = p;