aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3')
-rw-r--r--fs/ext3/super.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c
index f8a5266ea1ff..657f8e73b62f 100644
--- a/fs/ext3/super.c
+++ b/fs/ext3/super.c
@@ -2646,10 +2646,10 @@ out:
2646 2646
2647#endif 2647#endif
2648 2648
2649static struct super_block *ext3_get_sb(struct file_system_type *fs_type, 2649static int ext3_get_sb(struct file_system_type *fs_type,
2650 int flags, const char *dev_name, void *data) 2650 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
2651{ 2651{
2652 return get_sb_bdev(fs_type, flags, dev_name, data, ext3_fill_super); 2652 return get_sb_bdev(fs_type, flags, dev_name, data, ext3_fill_super, mnt);
2653} 2653}
2654 2654
2655static struct file_system_type ext3_fs_type = { 2655static struct file_system_type ext3_fs_type = {