]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ncpfs/inode.c
[PATCH] VFS: Permit filesystem to override root dentry on mount
[net-next-2.6.git] / fs / ncpfs / inode.c
index a1f3e972c6ef78bda1a18249a82aedb727f9a1cf..8db033fab3fdda6e28a8374bbd8df185a96f42af 100644 (file)
@@ -957,10 +957,10 @@ out:
        return result;
 }
 
-static struct super_block *ncp_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int ncp_get_sb(struct file_system_type *fs_type,
+       int flags, const char *dev_name, void *data, struct vfsmount *mnt)
 {
-       return get_sb_nodev(fs_type, flags, data, ncp_fill_super);
+       return get_sb_nodev(fs_type, flags, data, ncp_fill_super, mnt);
 }
 
 static struct file_system_type ncp_fs_type = {