table of contents
other versions
SYSFS_REMOVE_FILE_NS(9) | The Filesystem for Exporting K | SYSFS_REMOVE_FILE_NS(9) |
NAME¶
sysfs_remove_file_ns - remove an object attribute with a custom ns tag
SYNOPSIS¶
void sysfs_remove_file_ns(struct kobject * kobj, const struct attribute * attr, const void * ns);
ARGUMENTS¶
struct kobject * kobj
object we're acting for
const struct attribute * attr
attribute descriptor
const void * ns
namespace tag of the file to remove
DESCRIPTION¶
Hash the attribute name and namespace tag and kill the victim.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |