Blame SOURCES/xfsprogs-4.5.0-revert-AGFL-pack.patch

e59f31
reverted:
e59f31
--- b/libxfs/xfs_format.h
e59f31
+++ a/libxfs/xfs_format.h
e59f31
@@ -787,7 +787,7 @@
e59f31
 	__be64		agfl_lsn;
e59f31
 	__be32		agfl_crc;
e59f31
 	__be32		agfl_bno[];	/* actually XFS_AGFL_SIZE(mp) */
e59f31
+} xfs_agfl_t;
e59f31
-} __attribute__((packed)) xfs_agfl_t;
e59f31
 
e59f31
 #define XFS_AGFL_CRC_OFF	offsetof(struct xfs_agfl, agfl_crc)
e59f31