]> git.baikalelectronics.ru Git - 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)
commit094f0d74df2724e1136b3c470335437e957297a5
tree66f57f8cca777694f036f7aec8eb5535d54774d9
parent7337ecb01217bcfe42c59042282360e613236e20
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