Re: [PATCH] __wait_on_freeing_inode fix

From: Miklos Szeredi
Date: Fri May 06 2005 - 08:51:53 EST


> > I think it should work without Artem's patch too, since prune_icache()
> > removes the inode from the hash chain at the same time (under
> > inode_lock) as changing it's state to I_FREEING. So the pruned inode
> > will never be seen by iget().
> >
> I suppose this doesn't mean that your patch fixes my problem (it mustn't
> I believe) ?

You are right. They are completely orthogonal, except the fact that
with your patch, the iget() clear_inode() collision will be more
frequent, and thus the yield() hack would trigger more often.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/