Tony Reed wrote:
>
> I've been building kernels since 2.2.15 or something, and I've never
> had problems before, so bear with me.
>
> Where is "deacivate_page" defined? Because, right at the end, I'm
> getting:
Read the list, there is a well known patch.
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/> --------------CFD801D177A11D641B288A20 Content-Type: text/plain; charset=us-ascii; name="2.4.14-loop.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="2.4.14-loop.patch"--- linux-2.4.14/drivers/block/loop.c Thu Oct 25 13:58:34 2001 +++ linux-2.4.14-loop/drivers/block/loop.c Mon Nov 5 17:06:08 2001 @@ -207,7 +207,6 @@ index++; pos += size; UnlockPage(page); - deactivate_page(page); page_cache_release(page); } return 0; @@ -218,7 +217,6 @@ kunmap(page); unlock: UnlockPage(page); - deactivate_page(page); page_cache_release(page); fail: return -1;
--------------CFD801D177A11D641B288A20--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/