aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfsplus/super.c')
-rw-r--r--fs/hfsplus/super.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c
index 7843f792a4b7..0ed8b7e8e87f 100644
--- a/fs/hfsplus/super.c
+++ b/fs/hfsplus/super.c
@@ -450,10 +450,12 @@ static void hfsplus_destroy_inode(struct inode *inode)
450 450
451#define HFSPLUS_INODE_SIZE sizeof(struct hfsplus_inode_info) 451#define HFSPLUS_INODE_SIZE sizeof(struct hfsplus_inode_info)
452 452
453static struct super_block *hfsplus_get_sb(struct file_system_type *fs_type, 453static int hfsplus_get_sb(struct file_system_type *fs_type,
454 int flags, const char *dev_name, void *data) 454 int flags, const char *dev_name, void *data,
455 struct vfsmount *mnt)
455{ 456{
456 return get_sb_bdev(fs_type, flags, dev_name, data, hfsplus_fill_super); 457 return get_sb_bdev(fs_type, flags, dev_name, data, hfsplus_fill_super,
458 mnt);
457} 459}
458 460
459static struct file_system_type hfsplus_fs_type = { 461static struct file_system_type hfsplus_fs_type = {