diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_util.c')
| -rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index 73cafc843cd7..5123f82f2477 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -1165,7 +1165,7 @@ xfs_insert_file_space(  		goto out_trans_cancel;  	do { -		error = xfs_trans_roll_inode(&tp, ip); +		error = xfs_defer_finish(&tp);  		if (error)  			goto out_trans_cancel; |