diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
| -rw-r--r-- | fs/sysfs/sysfs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 6289a00287d..661a9639570 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h @@ -19,6 +19,7 @@ struct sysfs_open_dirent;  struct sysfs_elem_dir {  	struct kobject		*kobj; +	unsigned long		subdirs;  	/* children rbtree starts here and goes through sd->s_rb */  	struct rb_root		children;  };  |