]> Git Repo - linux.git/blobdiff - fs/qnx4/inode.c
[PATCH] VFS: Permit filesystem to override root dentry on mount
[linux.git] / fs / qnx4 / inode.c
index 2ecd46f85e9f271a90e217d9ec8ba7f9b0911a75..e6cca5cd4b44154983c52ed233a8f0860c1cb6cc 100644 (file)
@@ -561,10 +561,11 @@ static void destroy_inodecache(void)
                       "qnx4_inode_cache: not all structures were freed\n");
 }
 
-static struct super_block *qnx4_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int qnx4_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, qnx4_fill_super);
+       return get_sb_bdev(fs_type, flags, dev_name, data, qnx4_fill_super,
+                          mnt);
 }
 
 static struct file_system_type qnx4_fs_type = {
This page took 0.024395 seconds and 4 git commands to generate.