]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - db/dir2.c
xfs_db: print structure padding fields consistently
[thirdparty/xfsprogs-dev.git] / db / dir2.c
index 3e21a7b7018f9c2edca160624ac66d22761a4a9b..7f7ea5a7972cdbd9ae83501f89a6795ff67c31b8 100644 (file)
--- a/db/dir2.c
+++ b/db/dir2.c
@@ -977,7 +977,7 @@ const field_t       da3_node_hdr_flds[] = {
        { "info", FLDT_DA3_BLKINFO, OI(H3OFF(info)), C1, 0, TYP_NONE },
        { "count", FLDT_UINT16D, OI(H3OFF(__count)), C1, 0, TYP_NONE },
        { "level", FLDT_UINT16D, OI(H3OFF(__level)), C1, 0, TYP_NONE },
-       { "pad", FLDT_UINT32D, OI(H3OFF(__pad32)), C1, 0, TYP_NONE },
+       { "pad", FLDT_UINT32X, OI(H3OFF(__pad32)), C1, FLD_SKIPALL, TYP_NONE },
        { NULL }
 };