> @@ -47,7 +47,7 @@ const field_t agf_flds[] = { > { "versionnum", FLDT_UINT32D, OI(OFF(versionnum)), C1, 0, TYP_NONE }, > { "seqno", FLDT_AGNUMBER, OI(OFF(seqno)), C1, 0, TYP_NONE }, > { "length", FLDT_AGBLOCK, OI(OFF(length)), C1, 0, TYP_NONE }, > - { "roots", FLDT_AGBLOCK, OI(OFF(roots)), CI(XFS_BTNUM_AGF), > + { "roots", FLDT_AGBLOCK, OI(OFF(roots)), CI(XFS_BTNUM_AGF) + 1, > FLD_ARRAY|FLD_SKIPALL, TYP_NONE }, Please replace XFS_BTNUM_AGF with a proper XFS_NUM_AG_BTREES or similar define. Without that this line and the ones below are black magic. Otherwise this looks fine to me. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html