Skip to content

Commit

Permalink
ndctl/lib: fix new symbol location in the symbol script
Browse files Browse the repository at this point in the history
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: 1e840d5 ("Skip region filtering if numa_node attribute is not present")
Cc: Santosh Sivaraj <[email protected]>
Signed-off-by: Vishal Verma <[email protected]>
  • Loading branch information
stellarhopper committed Jul 23, 2020
1 parent cd0b5be commit 5fc65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndctl/lib/libndctl.sym
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5fc65ae

Please sign in to comment.