The commit referenced below added a new symbol in an existing section in
the symbol script, which is incorrect. Move it to the new LIBNDCTL_24
section.

Fixes: 1e840d56f123 ("Skip region filtering if numa_node attribute is not 
present")
Cc: Santosh Sivaraj <[email protected]>
Signed-off-by: Vishal Verma <[email protected]>
---
 ndctl/lib/libndctl.sym | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym
index 805c3ca..7ba1dcc 100644
--- a/ndctl/lib/libndctl.sym
+++ b/ndctl/lib/libndctl.sym
@@ -430,10 +430,10 @@ LIBNDCTL_23 {
        ndctl_region_get_target_node;
        ndctl_region_get_align;
        ndctl_region_set_align;
-       ndctl_region_has_numa;
 } LIBNDCTL_22;
 
 LIBNDCTL_24 {
        ndctl_bus_has_of_node;
        ndctl_bus_is_papr_scm;
+       ndctl_region_has_numa;
 } LIBNDCTL_23;
-- 
2.26.2
_______________________________________________
Linux-nvdimm mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to