diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/gfs2_ondisk.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/linux/gfs2_ondisk.h b/include/uapi/linux/gfs2_ondisk.h index 310020816809..db3fdd083882 100644 --- a/include/uapi/linux/gfs2_ondisk.h +++ b/include/uapi/linux/gfs2_ondisk.h | |||
| @@ -304,7 +304,13 @@ struct gfs2_dirent { | |||
| 304 | __be16 de_rec_len; | 304 | __be16 de_rec_len; |
| 305 | __be16 de_name_len; | 305 | __be16 de_name_len; |
| 306 | __be16 de_type; | 306 | __be16 de_type; |
| 307 | __u8 __pad[14]; | 307 | union { |
| 308 | __u8 __pad[14]; | ||
| 309 | struct { | ||
| 310 | __be16 de_rahead; | ||
| 311 | __u8 pad2[12]; | ||
| 312 | }; | ||
| 313 | }; | ||
| 308 | }; | 314 | }; |
| 309 | 315 | ||
| 310 | /* | 316 | /* |
