]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: pass a boolean flag to xfs_trans_free_items
authorChristoph Hellwig <hch@lst.de>
Thu, 4 Jun 2015 03:47:43 +0000 (13:47 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Jun 2015 03:47:43 +0000 (13:47 +1000)
commiteacb24e73424bdae4aa139ddd459f86ec46f0ad0
treec0b4cf3832ad831ce0fb69ab58f44fc7043b03d4
parent2e6db6c4c1f71823472651f162f0b355f5b7951e
xfs: pass a boolean flag to xfs_trans_free_items

The flags value always was 0 or XFS_TRANS_ABORT.  Switch to a bool
parameter to allow further cleanups.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans_priv.h