diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 2 |
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 | ||
24 | struct sysfs_elem_symlink { | 26 | struct sysfs_elem_symlink { |