__ns_tree_remove
void __ns_tree_remove(struct ns_common *ns, struct ns_tree_root *ns_tree);
#define ns_tree_remove(__ns) __ns_tree_remove(to_ns_common(__ns), to_ns_tree(__ns))
EXPORT_SYMBOL_GPL(__ns_tree_remove);