|
@@ -40,7 +40,7 @@ ancestors of object hierarchies; i.e. the subsystems the objects
|
|
|
belong to.
|
|
|
|
|
|
Sysfs internally stores a pointer to the kobject that implements a
|
|
|
-directory in the sysfs_dirent object associated with the directory. In
|
|
|
+directory in the kernfs_node object associated with the directory. In
|
|
|
the past this kobject pointer has been used by sysfs to do reference
|
|
|
counting directly on the kobject whenever the file is opened or closed.
|
|
|
With the current sysfs implementation the kobject reference count is
|