** Reply to message from Roman Zippel <[EMAIL PROTECTED]> on Thu, 25 Jan 2001 17:44:51 +0100 > set_bit(PG_reserved, &page->flags); > ioremap(); > ... > iounmap(); > clear_bit(PG_reserved, &page->flags); The problem with this is that between the ioremap and iounmap, the page is reserved. What happens if that page belongs to some disk buffer or user process, and some other process tries to free it. Won't that cause a problem? -- Timur Tabi - [EMAIL PROTECTED] Interactive Silicon - http://www.interactivesi.com When replying to a mailing-list message, please direct the reply to the mailing list only. Don't send another copy to me. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: ioremap_nocache problem? Roman Zippel
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? David Wragg
- Re: ioremap_nocache problem? David Wragg
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? David Wragg
- Re: ioremap_nocache problem? Stephen C. Tweedie
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? Stephen C. Tweedie
- Re: ioremap_nocache problem? Roman Zippel
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? Jeff Hartmann
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? Jeff Hartmann
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? Jeff Hartmann
- Re: ioremap_nocache problem? Timur Tabi
- Re: ioremap_nocache problem? Jeff Hartmann
- Re: ioremap_nocache problem? Stephen C. Tweedie
- Re: ioremap_nocache problem? Stephen C. Tweedie