]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xfs: remove inode log format typedef
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 31 Oct 2017 19:04:24 +0000 (12:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Nov 2017 22:03:16 +0000 (15:03 -0700)
commit06b1132120d446bbaf844cbbae51f0afd3baacb8
tree66f57f8cca777694f036f7aec8eb5535d54774d9
parentc06641169e861d6446a220cd7f0d22c6c88da8e1
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>
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/xfs_inode_item.h
fs/xfs/xfs_log_recover.c