From abbb5da03bbb4ebaa8d3980d779fec24b2366390 Mon Sep 17 00:00:00 2001 From: David Chinner Date: Fri, 23 Nov 2007 16:30:23 +1100 Subject: [PATCH] --- yaml --- r: 74752 b: refs/heads/master c: a7430847fcb19297d6db833f35b9c9645c4a6395 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_iget.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 289dfbd00c48..2510796d0b53 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 77be55a5a13d9c7ddf780a93861f2fba33f8be1a +refs/heads/master: a7430847fcb19297d6db833f35b9c9645c4a6395 diff --git a/trunk/fs/xfs/xfs_iget.c b/trunk/fs/xfs/xfs_iget.c index 488836e204a3..fb69ef180b27 100644 --- a/trunk/fs/xfs/xfs_iget.c +++ b/trunk/fs/xfs/xfs_iget.c @@ -267,7 +267,7 @@ xfs_iget_core( icl = NULL; if (radix_tree_gang_lookup(&pag->pag_ici_root, (void**)&iq, first_index, 1)) { - if ((iq->i_ino & mask) == first_index) + if ((XFS_INO_TO_AGINO(mp, iq->i_ino) & mask) == first_index) icl = iq->i_cluster; }