sysfs_remove_file_ns
sysfs_remove_file_ns(&sp->subsys.kobj, &attr->attr, ns);
EXPORT_SYMBOL_GPL(sysfs_remove_file_ns);
void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
sysfs_remove_file_ns(kobj, attr, NULL);