You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
291 B
12 lines
291 B
7 years ago
|
reverted:
|
||
|
--- b/libxfs/xfs_format.h
|
||
|
+++ a/libxfs/xfs_format.h
|
||
|
@@ -787,7 +787,7 @@
|
||
|
__be64 agfl_lsn;
|
||
|
__be32 agfl_crc;
|
||
|
__be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */
|
||
|
+} xfs_agfl_t;
|
||
|
-} __attribute__((packed)) xfs_agfl_t;
|
||
|
|
||
|
#define XFS_AGFL_CRC_OFF offsetof(struct xfs_agfl, agfl_crc)
|