ovl_is_real_file: constify realpath argument

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2025-09-05 00:58:00 -04:00
parent ee17384ace
commit 5f587dd9b7

View File

@ -120,7 +120,7 @@ static bool ovl_is_real_file(const struct file *realfile,
}
static struct file *ovl_real_file_path(const struct file *file,
struct path *realpath)
const struct path *realpath)
{
struct ovl_file *of = file->private_data;
struct file *realfile = of->realfile;