Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | xfs: check sizes of XFS on-disk structures at compile time | Darrick J. Wong | |
Check the sizes of XFS on-disk structures when compiling the kernel. Use this to catch inadvertent changes in structure size due to padding and alignment issues, etc. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com> |