xfs/122: add legacy timestamps to ondisk checker

Add these new ondisk structures.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Darrick J. Wong
2021-04-20 17:23:13 -07:00
committed by Eryu Guan
parent 472f957a8c
commit f806708c2c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ struct xfs_iext_cursor
struct xfs_ino_geometry
struct xfs_attrlist
struct xfs_attrlist_ent
struct xfs_legacy_ictimestamp
EOF
echo 'int main(int argc, char *argv[]) {' >>$cprog
+1
View File
@@ -97,6 +97,7 @@ sizeof(struct xfs_inode_log_format) = 56
sizeof(struct xfs_inode_log_format_32) = 52
sizeof(struct xfs_inumbers) = 24
sizeof(struct xfs_inumbers_req) = 64
sizeof(struct xfs_legacy_timestamp) = 8
sizeof(struct xfs_log_dinode) = 176
sizeof(struct xfs_map_extent) = 32
sizeof(struct xfs_phys_extent) = 16