Lachlan McIlroy 797eaed40e [XFS] Remove unnecessary assertion
Hit this assert because an inode was tagged with XFS_ICI_RECLAIM_TAG but
not XFS_IRECLAIMABLE|XFS_IRECLAIM.  This is because xfs_iget_cache_hit()
first clears XFS_IRECLAIMABLE and then calls __xfs_inode_clear_reclaim_tag()
while only holding the pag_ici_lock in read mode so we can race with
xfs_reclaim_inodes_ag().  Looks like xfs_reclaim_inodes_ag() will do the
right thing anyway so just remove the assert.

Thanks to Christoph for pointing out where the problem was.

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
2008-12-05 14:15:49 +11:00
..
2008-04-29 16:07:48 +10:00
2008-12-04 15:39:25 +11:00
2008-08-13 16:22:40 +10:00
2008-12-01 11:37:20 +11:00
2008-07-28 16:58:35 +10:00
2008-12-01 11:29:28 +11:00
2008-02-07 18:14:38 +11:00
2007-10-15 16:49:49 +10:00
2007-10-15 16:49:49 +10:00
2008-12-01 11:37:35 +11:00
2008-10-30 17:53:24 +11:00
2008-08-13 16:17:37 +10:00
2008-08-13 16:17:37 +10:00
2008-12-04 15:39:21 +11:00
2008-11-17 17:37:10 +11:00
2008-12-04 15:39:24 +11:00
2008-12-04 15:39:24 +11:00
2008-10-30 17:53:24 +11:00
2008-12-04 15:39:22 +11:00
2008-12-04 15:39:22 +11:00
2008-10-30 16:55:13 +11:00