From fe815742e286815555118de35160f3e5c64ea754 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 15 Jan 2020 21:10:48 -0800 Subject: [PATCH] xfs/122: add disk dquot structure to the list Add disk dquot structures to the check list now that we killed the typedef. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- tests/xfs/122.out | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index d2d5a184..91a3bdae 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -81,6 +81,7 @@ sizeof(struct xfs_dir3_free) = 64 sizeof(struct xfs_dir3_free_hdr) = 64 sizeof(struct xfs_dir3_leaf) = 64 sizeof(struct xfs_dir3_leaf_hdr) = 64 +sizeof(struct xfs_disk_dquot) = 104 sizeof(struct xfs_dsymlink_hdr) = 56 sizeof(struct xfs_extent_data) = 24 sizeof(struct xfs_extent_data_info) = 32 -- 2.39.5