We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e301d8 commit 3ec2529Copy full SHA for 3ec2529
fs/overlayfs/file.c
@@ -48,7 +48,7 @@ static struct file *ovl_open_realfile(const struct file *file,
48
if (!inode_owner_or_capable(real_idmap, realinode))
49
flags &= ~O_NOATIME;
50
51
- realfile = backing_file_open(file_user_path((struct file *) file),
+ realfile = backing_file_open(file_user_path(file),
52
flags, realpath, current_cred());
53
}
54
ovl_revert_creds(old_cred);
0 commit comments