[XFS] mark inodes for reclaim via a tag in the inode radix tree
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:37:26 +0000 (17:37 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:37:26 +0000 (17:37 +1100)
commit396beb85311689e38634926058d9a3bb0576ca8a
tree58b3e6904d9618930fe6c0f8abba52aaeea00130
parent1dc3318ae1c1cc11f9fb8279a806de448e2b90e8
[XFS] mark inodes for reclaim via a tag in the inode radix tree

Prepare for removing the deleted inode list by marking inodes for reclaim
in the inode radix trees so that we can use the radix trees to find
reclaimable inodes.

SGI-PV: 988142

SGI-Modid: xfs-linux-melb:xfs-kern:32331a

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/xfs_ag.h
fs/xfs/xfs_iget.c
fs/xfs/xfs_vnodeops.c