xfs: stop using XFS_LI_ABORTED as a parameter flag
Just pass a straight bool aborted instead of abusing XFS_LI_ABORTED as a flag in function parameters. 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
086252c34b
commit
d15cbf2f38
@@ -833,7 +833,7 @@ xfs_trans_committed_bulk(
|
||||
struct xfs_ail *ailp,
|
||||
struct xfs_log_vec *log_vector,
|
||||
xfs_lsn_t commit_lsn,
|
||||
int aborted)
|
||||
bool aborted)
|
||||
{
|
||||
#define LOG_ITEM_BATCH_SIZE 32
|
||||
struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE];
|
||||
|
Reference in New Issue
Block a user