xfs: check for not fully initialized inodes in xfs_ireclaim
commit55f45642032bebb04d56e41b33122de5449cb41d
authorChristoph Hellwig <hch@infradead.org>
Thu, 11 Mar 2010 22:42:04 +0000 (12 09:42 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:41:15 +0000 (26 07:41 -0700)
tree4f3b95051b23e1304117bd2f35f605e3ef5f464e
parentb3e6e64f48177a32c07364e4c699ae4db0ff7807
xfs: check for not fully initialized inodes in xfs_ireclaim

commit b44b1126279b60597f96bbe77507b1650f88a969 upstream

Add an assert for inodes not added to the inode cache in xfs_ireclaim,
to make sure we're not going to introduce something like the
famous nfsd inode cache bug again.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/xfs/xfs_iget.c