mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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:
parent
ee17384ace
commit
5f587dd9b7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user