Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145465
b: refs/heads/master
c: e6da7c9
h: refs/heads/master
i:
  145463: e406ef5
v: v3
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed Jun 2, 2009
1 parent 6752b74 commit d744d9b
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: 1f23920dbf1377fa9e4aef4f3d20c34a06a71a35
refs/heads/master: e6da7c9fed111ba1243297ee6eda8e24ae11c384
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_fsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ xfs_growfs_data_private(
nagcount = new + (nb_mod != 0);
if (nb_mod && nb_mod < XFS_MIN_AG_BLOCKS) {
nagcount--;
nb = nagcount * mp->m_sb.sb_agblocks;
nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks;
if (nb < mp->m_sb.sb_dblocks)
return XFS_ERROR(EINVAL);
}
Expand Down

0 comments on commit d744d9b

Please sign in to comment.