diff options
Diffstat (limited to 'fs/ocfs2/ocfs2_fs.h')
-rw-r--r-- | fs/ocfs2/ocfs2_fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index e61e218f5e0b..a476b63e2e60 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
@@ -446,7 +446,9 @@ struct ocfs2_dinode { | |||
446 | __le32 i_ctime_nsec; | 446 | __le32 i_ctime_nsec; |
447 | __le32 i_mtime_nsec; | 447 | __le32 i_mtime_nsec; |
448 | __le32 i_attr; | 448 | __le32 i_attr; |
449 | __le32 i_reserved1; | 449 | __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL |
450 | was set in i_flags */ | ||
451 | __le16 i_reserved1; | ||
450 | /*70*/ __le64 i_reserved2[8]; | 452 | /*70*/ __le64 i_reserved2[8]; |
451 | /*B8*/ union { | 453 | /*B8*/ union { |
452 | __le64 i_pad1; /* Generic way to refer to this | 454 | __le64 i_pad1; /* Generic way to refer to this |