aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r--fs/xfs/xfs_inode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 295577d67ea0..7efcf2545cfa 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -1699,8 +1699,7 @@ xfs_itruncate_finish(
1699 * Duplicate the transaction that has the permanent 1699 * Duplicate the transaction that has the permanent
1700 * reservation and commit the old transaction. 1700 * reservation and commit the old transaction.
1701 */ 1701 */
1702 error = xfs_bmap_finish(tp, &free_list, first_block, 1702 error = xfs_bmap_finish(tp, &free_list, &committed);
1703 &committed);
1704 ntp = *tp; 1703 ntp = *tp;
1705 if (error) { 1704 if (error) {
1706 /* 1705 /*