Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30922
b: refs/heads/master
c: 73024cf
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Nathan Scott committed Jun 27, 2006
1 parent 4ade9f5 commit 59a06f1
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: 97dfd70c8958a634157e0b35711cca01ff6f959b
refs/heads/master: 73024cf11522c0233228453984b2a2b37885e336
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_rtalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ xfs_growfs_rt(
/*
* Initial error checking.
*/
if (mp->m_rtdev_targp || mp->m_rbmip == NULL ||
if (mp->m_rtdev_targp == NULL || mp->m_rbmip == NULL ||
(nrblocks = in->newblocks) <= sbp->sb_rblocks ||
(sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize)))
return XFS_ERROR(EINVAL);
Expand Down

0 comments on commit 59a06f1

Please sign in to comment.