Commit dd228575 authored by Al Viro's avatar Al Viro
Browse files

constify path argument of vfs_statx_path()

parent dae575e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ static int statx_lookup_flags(int flags)
	return lookup_flags;
}

static int vfs_statx_path(struct path *path, int flags, struct kstat *stat,
static int vfs_statx_path(const struct path *path, int flags, struct kstat *stat,
			  u32 request_mask)
{
	int error = vfs_getattr(path, stat, request_mask, flags);