Commit 055e9d5e authored by Al Viro's avatar Al Viro
Browse files

ovl_lower_dir(): constify path argument

parent 465309d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ static int ovl_check_namelen(const struct path *path, struct ovl_fs *ofs,
	return err;
}

static int ovl_lower_dir(const char *name, struct path *path,
static int ovl_lower_dir(const char *name, const struct path *path,
			 struct ovl_fs *ofs, int *stack_depth)
{
	int fh_type;