Remove an object attribute with a custom ns tag
void sysfs_remove_file_ns(struct kobject * kobj, const struct attribute * attr, const void * ns);
kobj
object we're acting for
attr
attribute descriptor
ns
namespace tag of the file to remove
Hash the attribute name and namespace tag and kill the victim.