fs: make helpers idmap mount aware
[linux-block.git] / fs / configfs / symlink.c
index 8ca36394fa30dc0742ecf8408cba15bb5fdd1ad8..77c854364e6092a8ef13b41301d143bed2bedac8 100644 (file)
@@ -139,7 +139,8 @@ static int get_target(const char *symname, struct path *path,
 }
 
 
-int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname)
+int configfs_symlink(struct user_namespace *mnt_userns, struct inode *dir,
+                    struct dentry *dentry, const char *symname)
 {
        int ret;
        struct path path;