1SYSFS_REMOVE_FILE_NS(9) The Filesystem for Exporting K SYSFS_REMOVE_FILE_NS(9)
2
3
4
6 sysfs_remove_file_ns - remove an object attribute with a custom ns tag
7
9 void sysfs_remove_file_ns(struct kobject * kobj,
10 const struct attribute * attr,
11 const void * ns);
12
14 kobj
15 object we're acting for
16
17 attr
18 attribute descriptor
19
20 ns
21 namespace tag of the file to remove
22
24 Hash the attribute name and namespace tag and kill the victim.
25
27Kernel Hackers Manual 3.10 June 2019 SYSFS_REMOVE_FILE_NS(9)