diff options
Diffstat (limited to 'fs/hfsplus')
-rw-r--r-- | fs/hfsplus/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 7b0f2e5a44e2..ecf70dafb643 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c | |||
@@ -466,7 +466,7 @@ static struct file_system_type hfsplus_fs_type = { | |||
466 | .fs_flags = FS_REQUIRES_DEV, | 466 | .fs_flags = FS_REQUIRES_DEV, |
467 | }; | 467 | }; |
468 | 468 | ||
469 | static void hfsplus_init_once(void *p, struct kmem_cache *cachep, unsigned long flags) | 469 | static void hfsplus_init_once(struct kmem_cache *cachep, void *p) |
470 | { | 470 | { |
471 | struct hfsplus_inode_info *i = p; | 471 | struct hfsplus_inode_info *i = p; |
472 | 472 | ||