aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r--fs/sysfs/sysfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index f8f49cc5c852..ce05d6fd7522 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -1,5 +1,6 @@
1struct sysfs_dirent { 1struct sysfs_dirent {
2 atomic_t s_count; 2 atomic_t s_count;
3 struct sysfs_dirent * s_parent;
3 struct list_head s_sibling; 4 struct list_head s_sibling;
4 struct list_head s_children; 5 struct list_head s_children;
5 void * s_element; 6 void * s_element;