Message ID | 20200723010034.28561-1-vishal.l.verma@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5fc65aecc5e06a34506b6ffa5f829d0e4e7e2ea1 |
Headers | show |
Series | [ndctl] ndctl/lib: fix new symbol location in the symbol script | expand |
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;
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 <santosh@fossix.org> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> --- ndctl/lib/libndctl.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)