commit | 8ad7c629b18695ec1ee8654fb27599864049862b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 28 10:21:04 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 01 10:55:30 2017 -0700 |
tree | 759470d1f952515a13e230385a3767a86969f266 | |
parent | 882d8785fb87f691000a0b33c215364d74bd2ceb [diff] |
xfs: remove the ip argument to xfs_defer_finish And instead require callers to explicitly join the inode using xfs_defer_ijoin. Also consolidate the defer error handling in a few places using a goto label. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>