commit | d43ac29be7a174f93a3d26cc1e68668fe86b782f | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Wed Aug 19 09:50:13 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 19 09:50:13 2015 +1000 |
tree | 9fc18d10e330e9fda9ae1f3d2e1a84a850076c7b | |
parent | 5e4b5386a2c29429add601c8cfb45bb10d80c490 [diff] |
xfs: return committed status from xfs_trans_roll() Some callers need to make error handling decisions based on whether the current transaction successfully committed or not. Rename xfs_trans_roll(), add a new parameter and provide a wrapper to preserve existing callers. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>