Commit 5f587dd9 authored by Al Viro's avatar Al Viro
Browse files

ovl_is_real_file: constify realpath argument

parent ee17384a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;