fs: port ->rename() to pass mnt_idmap
[linux-2.6-microblaze.git] / fs / hostfs / hostfs_kern.c
index b7f512d..65dfc74 100644 (file)
@@ -734,7 +734,7 @@ static int hostfs_mknod(struct mnt_idmap *idmap, struct inode *dir,
        return err;
 }
 
-static int hostfs_rename2(struct user_namespace *mnt_userns,
+static int hostfs_rename2(struct mnt_idmap *idmap,
                          struct inode *old_dir, struct dentry *old_dentry,
                          struct inode *new_dir, struct dentry *new_dentry,
                          unsigned int flags)