fs: port ->mknod() to pass mnt_idmap
[linux-2.6-block.git] / fs / hostfs / hostfs_kern.c
index f9369099125eb9c6c05f789fb991618e51c3790f..b7f512d2c66920f3aec9110d008f3f5c9e5ba0b3 100644 (file)
@@ -696,7 +696,7 @@ static int hostfs_rmdir(struct inode *ino, struct dentry *dentry)
        return err;
 }
 
-static int hostfs_mknod(struct user_namespace *mnt_userns, struct inode *dir,
+static int hostfs_mknod(struct mnt_idmap *idmap, struct inode *dir,
                        struct dentry *dentry, umode_t mode, dev_t dev)
 {
        struct inode *inode;