util: Remove ralloc_parent from linear_header
authorCaio Oliveira <caio.oliveira@intel.com>
Mon, 18 Sep 2023 01:54:52 +0000 (18:54 -0700)
committerMarge Bot <emma+marge@anholt.net>
Mon, 25 Sep 2023 17:26:17 +0000 (17:26 +0000)
commit6764689e0e4f967039b9c77c729c9389ed42ac11
tree4b4607b406e705eb43cbc67389ca8739521b145e
parent53d9312a5b44f3071830b4559bba746d621819f3
util: Remove ralloc_parent from linear_header

We can reach the ralloc parent from the linear parent, since
it is what was used to allocate the linear parent in the first
place.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25280>
src/util/ralloc.c