|
@@ -1189,9 +1189,7 @@ static int seq_ns_level_show(struct seq_file *seq, void *v)
|
|
|
static int seq_ns_name_show(struct seq_file *seq, void *v)
|
|
|
{
|
|
|
struct aa_label *label = begin_current_label_crit_section();
|
|
|
-
|
|
|
- seq_printf(seq, "%s\n", aa_ns_name(labels_ns(label),
|
|
|
- labels_ns(label), true));
|
|
|
+ seq_printf(seq, "%s\n", labels_ns(label)->base.name);
|
|
|
end_current_label_crit_section(label);
|
|
|
|
|
|
return 0;
|