diff options
Diffstat (limited to 'fs/jfs/super.c')
-rw-r--r-- | fs/jfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 4b372f550652..cff60c171943 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c | |||
@@ -750,7 +750,7 @@ static struct file_system_type jfs_fs_type = { | |||
750 | .fs_flags = FS_REQUIRES_DEV, | 750 | .fs_flags = FS_REQUIRES_DEV, |
751 | }; | 751 | }; |
752 | 752 | ||
753 | static void init_once(void *foo, struct kmem_cache * cachep, unsigned long flags) | 753 | static void init_once(struct kmem_cache *cachep, void *foo) |
754 | { | 754 | { |
755 | struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; | 755 | struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; |
756 | 756 | ||