]> www.infradead.org Git - users/jedix/linux-maple.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)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 15:10:00 +0000 (10:10 -0500)
commitb7c7a7275ffc8736a1b15276e202880d0ffef2a1
tree088ddb694d7fff911c5cd987d7450db6198e8c77
parent6f69bc54c77efa0d2c0fa47e879a0bfa13c0de78
xfs: pass a boolean flag to xfs_trans_free_items

Orabug: 22913653

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>
(cherry picked from commit eacb24e73424bdae4aa139ddd459f86ec46f0ad0)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans_priv.h