diff options
Diffstat (limited to 'fs/sysfs')
-rw-r--r-- | fs/sysfs/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 63adbecc9ba4..6cf61c882baa 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -39,8 +39,8 @@ struct sysfs_dirent { | |||
39 | } s_elem; | 39 | } s_elem; |
40 | 40 | ||
41 | unsigned int s_flags; | 41 | unsigned int s_flags; |
42 | umode_t s_mode; | ||
43 | ino_t s_ino; | 42 | ino_t s_ino; |
43 | umode_t s_mode; | ||
44 | struct iattr *s_iattr; | 44 | struct iattr *s_iattr; |
45 | atomic_t s_event; | 45 | atomic_t s_event; |
46 | }; | 46 | }; |