[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230302011035.4928-1-dakr@redhat.com>
Date: Thu, 2 Mar 2023 02:10:35 +0100
From: Danilo Krummrich <dakr@...hat.com>
To: Liam.Howlett@...cle.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Danilo Krummrich <dakr@...hat.com>
Subject: [PATCH] maple_tree: export symbol mas_preallocate()
Fix missing EXPORT_SYMBOL_GPL() statement for mas_preallocate().
Signed-off-by: Danilo Krummrich <dakr@...hat.com>
---
lib/maple_tree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index 26e2045d3cda..3bfb8a6f3f6d 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -5733,6 +5733,7 @@ int mas_preallocate(struct ma_state *mas, void *entry, gfp_t gfp)
mas_reset(mas);
return ret;
}
+EXPORT_SYMBOL_GPL(mas_preallocate);
/*
* mas_destroy() - destroy a maple state.
--
2.39.2
Powered by blists - more mailing lists