diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 441c8593cfd7..7bb46a0eecfc 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -1569,7 +1569,6 @@ xfs_itruncate_extents_flags( | |||
1569 | * Duplicate the transaction that has the permanent | 1569 | * Duplicate the transaction that has the permanent |
1570 | * reservation and commit the old transaction. | 1570 | * reservation and commit the old transaction. |
1571 | */ | 1571 | */ |
1572 | xfs_defer_ijoin(tp->t_dfops, ip); | ||
1573 | error = xfs_defer_finish(&tp); | 1572 | error = xfs_defer_finish(&tp); |
1574 | if (error) | 1573 | if (error) |
1575 | goto out_bmap_cancel; | 1574 | goto out_bmap_cancel; |
@@ -1810,7 +1809,6 @@ xfs_inactive_ifree( | |||
1810 | * Just ignore errors at this point. There is nothing we can do except | 1809 | * Just ignore errors at this point. There is nothing we can do except |
1811 | * to try to keep going. Make sure it's not a silent error. | 1810 | * to try to keep going. Make sure it's not a silent error. |
1812 | */ | 1811 | */ |
1813 | xfs_defer_ijoin(tp->t_dfops, ip); | ||
1814 | error = xfs_trans_commit(tp); | 1812 | error = xfs_trans_commit(tp); |
1815 | if (error) | 1813 | if (error) |
1816 | xfs_notice(mp, "%s: xfs_trans_commit returned error %d", | 1814 | xfs_notice(mp, "%s: xfs_trans_commit returned error %d", |