table of contents
SYSFS_REMOVE_FILE(9) | The Filesystem for Exporting K | SYSFS_REMOVE_FILE(9) |
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.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |