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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 845ab3ad229d..6348e2c753f6 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -19,6 +19,8 @@ struct sysfs_elem_dir {
19 struct kobject *kobj; 19 struct kobject *kobj;
20 /* children list starts here and goes through sd->s_sibling */ 20 /* children list starts here and goes through sd->s_sibling */
21 struct sysfs_dirent *children; 21 struct sysfs_dirent *children;
22
23 unsigned long subdirs;
22}; 24};
23 25
24struct sysfs_elem_symlink { 26struct sysfs_elem_symlink {