diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-06 16:00:11 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-04-06 16:00:11 -0700 |
commit | 254133f5d0c2df8476495d331f0fa69ff1a374c1 (patch) | |
tree | a1894315e408ac5a8398aa39cc85b2c14a1d0cd3 /fs/xfs/xfs_trans.h | |
parent | 4c934c7dd60cc60af056b8cc62c39d10ce7ca1c8 (diff) | |
download | blackbird-op-linux-254133f5d0c2df8476495d331f0fa69ff1a374c1.tar.gz blackbird-op-linux-254133f5d0c2df8476495d331f0fa69ff1a374c1.zip |
xfs: fold __xfs_trans_roll into xfs_trans_roll
No one cares about the low-level helper anymore.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index 2a9292df6640..a07acbf0bd8a 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h @@ -228,7 +228,6 @@ int xfs_trans_free_extent(struct xfs_trans *, struct xfs_efd_log_item *, xfs_fsblock_t, xfs_extlen_t, struct xfs_owner_info *); int xfs_trans_commit(struct xfs_trans *); -int __xfs_trans_roll(struct xfs_trans **, struct xfs_inode *, int *); int xfs_trans_roll(struct xfs_trans **, struct xfs_inode *); void xfs_trans_cancel(xfs_trans_t *); int xfs_trans_ail_init(struct xfs_mount *); |