Linus Torvalds writes: > > On Mon, 7 May 2001, Marcelo Tosatti wrote: > > And thats what swap_writepage() is doing: > > Ehh.. swap_writepage() is called with the page locked. So it _can_ depend > on it. > > If the page isn't locked there, then THAT is a bug. A major one. Linus, he's trying to point out that writepage() will recheck (under lock) what you think my dead_swap_page thing is not checking :-) My changes always call writepage() and always redo all the checks under the proper locks. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: page_launder() bug Mikulas Patocka
- Re: page_launder() bug Rik van Riel
- Another VM race? (was: page_lau... Mikulas Patocka
- Re: Another VM race? (was: page... Rik van Riel
- Re: Another VM race? (was: page... Mikulas Patocka
- Re: page_launder() bug Linus Torvalds
- Re: page_launder() bug Rik van Riel
- Re: page_launder() bug Linus Torvalds
- Re: page_launder() bug Marcelo Tosatti
- Re: page_launder() bug David S. Miller
- Re: page_launder() bug David S. Miller
- Re: page_launder() bug Jonathan Lundell
- Re: page_launder() bug Linus Torvalds
- Re: page_launder() bug Marcelo Tosatti
- Re: page_launder() bug Linus Torvalds
- Re: page_launder() bug David S. Miller
- Re: page_launder() bug Linus Torvalds
- Re: page_launder() bug Marcelo Tosatti
- Re: page_launder() bug David S. Miller
- Re: page_launder() bug Marcelo Tosatti
- Re: page_launder() bug David S. Miller