From: Ulf Magnusson <ulfali...@gmail.com>

(More) unclear, especially name-wise, after sysfs_dirent became
kernfs_node.

Signed-off-by: Ulf Magnusson <ulfali...@gmail.com>
---
 include/linux/kobject.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 637f670..e628459 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -66,7 +66,7 @@ struct kobject {
        struct kobject          *parent;
        struct kset             *kset;
        struct kobj_type        *ktype;
-       struct kernfs_node      *sd;
+       struct kernfs_node      *sd; /* sysfs directory entry */
        struct kref             kref;
 #ifdef CONFIG_DEBUG_KOBJECT_RELEASE
        struct delayed_work     release;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to