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 c05e0ddd0268..d40e85e8c2ee 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -29,6 +29,7 @@ struct sysfs_elem_symlink { | |||
29 | struct sysfs_elem_attr { | 29 | struct sysfs_elem_attr { |
30 | const struct kernfs_ops *ops; | 30 | const struct kernfs_ops *ops; |
31 | struct sysfs_open_dirent *open; | 31 | struct sysfs_open_dirent *open; |
32 | loff_t size; | ||
32 | }; | 33 | }; |
33 | 34 | ||
34 | struct sysfs_inode_attrs { | 35 | struct sysfs_inode_attrs { |