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:
Darrick J. Wong
2017-08-30 15:32:03 -07:00
committed by Eryu Guan
parent 34141fb5f3
commit 5cec561327
+1 -1
View File
@@ -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