From 6df2cf28daf47f6a9d9aff939df999a0cb8e6a6b Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 26 Feb 2025 16:11:24 -0800 Subject: [PATCH] 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 --- lib/xarray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xarray.c b/lib/xarray.c index bc197c96d171..3bae48558e21 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. -- 2.50.1