xfs: remove the xfs_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
b3b14aacc6
commit
efe2330fdc
@@ -441,12 +441,12 @@ xfs_lock_inumorder(int lock_mode, int subclass)
|
||||
*/
|
||||
static void
|
||||
xfs_lock_inodes(
|
||||
xfs_inode_t **ips,
|
||||
int inodes,
|
||||
uint lock_mode)
|
||||
struct xfs_inode **ips,
|
||||
int inodes,
|
||||
uint lock_mode)
|
||||
{
|
||||
int attempts = 0, i, j, try_lock;
|
||||
xfs_log_item_t *lp;
|
||||
int attempts = 0, i, j, try_lock;
|
||||
struct xfs_log_item *lp;
|
||||
|
||||
/*
|
||||
* Currently supports between 2 and 5 inodes with exclusive locking. We
|
||||
@@ -551,7 +551,7 @@ xfs_lock_two_inodes(
|
||||
struct xfs_inode *temp;
|
||||
uint mode_temp;
|
||||
int attempts = 0;
|
||||
xfs_log_item_t *lp;
|
||||
struct xfs_log_item *lp;
|
||||
|
||||
ASSERT(hweight32(ip0_mode) == 1);
|
||||
ASSERT(hweight32(ip1_mode) == 1);
|
||||
|
||||
Reference in New Issue
Block a user