commit | 06b1132120d446bbaf844cbbae51f0afd3baacb8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 31 12:04:24 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 01 15:03:16 2017 -0700 |
tree | 66f57f8cca777694f036f7aec8eb5535d54774d9 | |
parent | c06641169e861d6446a220cd7f0d22c6c88da8e1 [diff] |
xfs: remove inode log format typedef Remove xfs_inode_log_format_t now that xfs_inode_log_format is explicitly padded and therefore is a real on-disk structure. This enables xfs/122 to check the size of the structure. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>