diff options
Diffstat (limited to 'fs/xfs/xfs_iget.c')
-rw-r--r-- | fs/xfs/xfs_iget.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index c4414e8bce8d..a0387f14c204 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -91,6 +91,9 @@ xfs_iget_cache_hit( | |||
91 | } | 91 | } |
92 | xfs_iflags_set(ip, XFS_INEW); | 92 | xfs_iflags_set(ip, XFS_INEW); |
93 | xfs_iflags_clear(ip, XFS_IRECLAIMABLE); | 93 | xfs_iflags_clear(ip, XFS_IRECLAIMABLE); |
94 | |||
95 | /* clear the radix tree reclaim flag as well. */ | ||
96 | __xfs_inode_clear_reclaim_tag(mp, pag, ip); | ||
94 | read_unlock(&pag->pag_ici_lock); | 97 | read_unlock(&pag->pag_ici_lock); |
95 | 98 | ||
96 | XFS_MOUNT_ILOCK(mp); | 99 | XFS_MOUNT_ILOCK(mp); |