SYSFS_REMOVE_FILE
Section: The Filesystem for Exporting K (9)
Updated: February 2011
Index
Return to Main Contents
 
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