xfs: remove the xfs_inode_log_item_t typedef
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
c84e819090
commit
fd9cbe5121
@@ -27,7 +27,7 @@ xfs_trans_ijoin(
|
||||
struct xfs_inode *ip,
|
||||
uint lock_flags)
|
||||
{
|
||||
xfs_inode_log_item_t *iip;
|
||||
struct xfs_inode_log_item *iip;
|
||||
|
||||
ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
|
||||
if (ip->i_itemp == NULL)
|
||||
|
Reference in New Issue
Block a user