Messages in this thread Patch in this message |  | | Date | Sat, 17 Nov 2001 13:22:18 +1100 | From | Eyal Lebedinsky <> | Subject | Re: It's me again ... |
| |
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/>--- 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; |  |