From: Andrew Morton Date: Thu, 27 Feb 2025 00:11:24 +0000 (-0800) Subject: xarray-add-xas_try_split-to-split-a-multi-index-entry-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6df2cf28daf47f6a9d9aff939df999a0cb8e6a6b;p=users%2Fjedix%2Flinux-maple.git xarray-add-xas_try_split-to-split-a-multi-index-entry-fix export xas_destroy to modules for lib/test_xarray.c Cc: Matthew Wilcox Cc: Zi Yan Signed-off-by: Andrew Morton --- diff --git a/lib/xarray.c b/lib/xarray.c index bc197c96d1712..3bae48558e216 100644 --- a/lib/xarray.c +++ b/lib/xarray.c @@ -278,6 +278,7 @@ void xas_destroy(struct xa_state *xas) xas->xa_alloc = node = next; } } +EXPORT_SYMBOL_GPL(xas_destroy); /** * xas_nomem() - Allocate memory if needed.