diff options
-rw-r--r-- | fs/xfs/xfs_trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c index 6a2a1e07505b..2918956553a5 100644 --- a/fs/xfs/xfs_trans.c +++ b/fs/xfs/xfs_trans.c | |||
@@ -84,7 +84,7 @@ xfs_calc_rename_reservation(xfs_mount_t *mp) | |||
84 | STATIC uint | 84 | STATIC uint |
85 | xfs_calc_link_reservation(xfs_mount_t *mp) | 85 | xfs_calc_link_reservation(xfs_mount_t *mp) |
86 | { | 86 | { |
87 | return XFS_CALC_LINK_LOG_RES(mp); | 87 | return XFS_CALC_LINK_LOG_RES(mp) + XFS_DQUOT_LOGRES(mp); |
88 | } | 88 | } |
89 | 89 | ||
90 | STATIC uint | 90 | STATIC uint |