Name
sysfs_remove_file —
remove an object attribute.
Synopsis
void sysfs_remove_file
(struct kobject * kobj, const struct attribute * attr);
Arguments
- kobj
object we're acting for.
- attr
attribute descriptor.
Description
Hash the attribute name and kill the victim.