Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ovl_is_real_file: constify realpath argument

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 5f587dd9 ee17384a

+1 -1
+1 -1
fs/overlayfs/file.c
··· 120 120 } 121 121 122 122 static struct file *ovl_real_file_path(const struct file *file, 123 - struct path *realpath) 123 + const struct path *realpath) 124 124 { 125 125 struct ovl_file *of = file->private_data; 126 126 struct file *realfile = of->realfile;