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 ee17384 commit 5f587ddCopy full SHA for 5f587dd
fs/overlayfs/file.c
@@ -120,7 +120,7 @@ static bool ovl_is_real_file(const struct file *realfile,
120
}
121
122
static struct file *ovl_real_file_path(const struct file *file,
123
- struct path *realpath)
+ const struct path *realpath)
124
{
125
struct ovl_file *of = file->private_data;
126
struct file *realfile = of->realfile;
0 commit comments