[PATCH] VFS: Permit filesystem to override root dentry on mount
[linux-2.6-block.git] / fs / ext3 / super.c
index f8a5266ea1ffed333fd8b9c92af9a4da14518eb4..657f8e73b62f296e02d5a6e25d7401dfcc1f854a 100644 (file)
@@ -2646,10 +2646,10 @@ out:
 
 #endif
 
-static struct super_block *ext3_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int ext3_get_sb(struct file_system_type *fs_type,
+       int flags, const char *dev_name, void *data, struct vfsmount *mnt)
 {
-       return get_sb_bdev(fs_type, flags, dev_name, data, ext3_fill_super);
+       return get_sb_bdev(fs_type, flags, dev_name, data, ext3_fill_super, mnt);
 }
 
 static struct file_system_type ext3_fs_type = {