Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148834
b: refs/heads/master
c: 0963248
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed May 26, 2009
1 parent f8933ce commit c2ea9e9
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: ec91d1335f478c5cd089d82ffbf936075c5f24c8
refs/heads/master: 096324873f9c7172a17aff9db1356f4f01b77afe
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 c2ea9e9

Please sign in to comment.