Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23127
b: refs/heads/master
c: 2ddd592
h: refs/heads/master
i:
  23125: 11b996a
  23123: d18c7fb
  23119: ae2cd7e
v: v3
  • Loading branch information
Nathan Scott committed Mar 17, 2006
1 parent 0e707df commit 1353477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec86dc02fdc062d0d298814b1e78b482ab38caf7
refs/heads/master: 2ddd5928d01ca8eb49f55166411b64a5844a8959
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ xfs_calc_rename_reservation(xfs_mount_t *mp)
STATIC uint
xfs_calc_link_reservation(xfs_mount_t *mp)
{
return XFS_CALC_LINK_LOG_RES(mp);
return XFS_CALC_LINK_LOG_RES(mp) + XFS_DQUOT_LOGRES(mp);
}

STATIC uint
Expand Down

0 comments on commit 1353477

Please sign in to comment.