commit | b44b1126279b60597f96bbe77507b1650f88a969 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Dec 01 18:12:29 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed Dec 16 13:20:15 2009 -0600 |
tree | 220cb8d4903532c2551ee2bdffa03885cdc642ba | |
parent | 5ac4d630eb87656bd4dc313b910776d54d88ea28 [diff] |
xfs: check for not fully initialized inodes in xfs_ireclaim 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>