1. 04 2月, 2009 1 次提交
  2. 05 12月, 2008 1 次提交
    • L
      [XFS] Remove unnecessary assertion · 797eaed4
      Lachlan McIlroy 提交于
      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: NLachlan McIlroy <lachlan@sgi.com>
      Reviewed-by: NChristoph Hellwig <hch@infradead.org>
      797eaed4
  3. 04 12月, 2008 1 次提交
  4. 10 11月, 2008 1 次提交
  5. 30 10月, 2008 21 次提交
  6. 13 8月, 2008 4 次提交
  7. 28 7月, 2008 6 次提交
  8. 29 4月, 2008 1 次提交
  9. 18 4月, 2008 4 次提交