]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: stop using XFS_LI_ABORTED as a parameter flag
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:30 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:30 +0000 (19:27 -0700)
commit5e0fcd67a01b21eed61d8e58e3178d12bde277d2
tree075376e4e0b309fc9231e32d03850d35b4a541b4
parent2f11f0f6223774426f1daef0ca7b744c1093f1d9
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>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans_priv.h