fs: port ->rename() to pass mnt_idmap
[linux-2.6-microblaze.git] / fs / ext2 / namei.c
index 91219a6..8b5dfa4 100644 (file)
@@ -315,7 +315,7 @@ static int ext2_rmdir (struct inode * dir, struct dentry *dentry)
        return err;
 }
 
-static int ext2_rename (struct user_namespace * mnt_userns,
+static int ext2_rename (struct mnt_idmap * idmap,
                        struct inode * old_dir, struct dentry * old_dentry,
                        struct inode * new_dir, struct dentry * new_dentry,
                        unsigned int flags)