Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213271
b: refs/heads/master
c: d276734
h: refs/heads/master
i:
  213269: c64f797
  213267: a5a7a51
  213263: b44cf95
v: v3
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed Oct 18, 2010
1 parent 0a25c82 commit 69bd94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1b0407125f9a5be63e861eb27c8af9e32f20619c
refs/heads/master: d276734d937a649ff43fd197d0df7a747bd55b7e
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_iget.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ xfs_iget(
xfs_perag_t *pag;
xfs_agino_t agino;

/* the radix tree exists only in inode capable AGs */
if (XFS_INO_TO_AGNO(mp, ino) >= mp->m_maxagi)
/* reject inode numbers outside existing AGs */
if (XFS_INO_TO_AGNO(mp, ino) >= mp->m_sb.sb_agcount)
return EINVAL;

/* get the perag structure and ensure that it's inode capable */
Expand Down

0 comments on commit 69bd94a

Please sign in to comment.