mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/122: fix the size of fsop_ag_resblks structure
The size of the structure used to retrieve per-AG reserved blocks status has changed (it's not in a released upstream), so update xfs/122. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
34141fb5f3
commit
5cec561327
+1
-1
@@ -81,7 +81,7 @@ sizeof(struct xfs_dsymlink_hdr) = 56
|
||||
sizeof(struct xfs_extent_data) = 24
|
||||
sizeof(struct xfs_extent_data_info) = 32
|
||||
sizeof(struct xfs_fs_eofblocks) = 128
|
||||
sizeof(struct xfs_fsop_ag_resblks) = 32
|
||||
sizeof(struct xfs_fsop_ag_resblks) = 64
|
||||
sizeof(struct xfs_icreate_log) = 28
|
||||
sizeof(struct xfs_log_dinode) = 176
|
||||
sizeof(struct xfs_map_extent) = 32
|
||||
|
||||
Reference in New Issue
Block a user