diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_trans_resv.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_trans_resv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_trans_resv.c b/fs/xfs/libxfs/xfs_trans_resv.c index e9913c2c5a24..2c4ad6e4bb14 100644 --- a/fs/xfs/libxfs/xfs_trans_resv.c +++ b/fs/xfs/libxfs/xfs_trans_resv.c @@ -515,7 +515,7 @@ xfs_calc_remove_reservation(  {  	return XFS_DQUOT_LOGRES(mp) +  		xfs_calc_iunlink_add_reservation(mp) + -		max((xfs_calc_inode_res(mp, 1) + +		max((xfs_calc_inode_res(mp, 2) +  		     xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp),  				      XFS_FSB_TO_B(mp, 1))),  		    (xfs_calc_buf_res(4, mp->m_sb.sb_sectsize) +  |