On Tue, 19 Nov 2002, Ariel Garcia wrote: > The problem is that there was a patch included in 2.4.19pre2 which removed > page->wait, and replaced the above call with > wake_up_page(page); > Then shortly aftewards (also 2.4.19pre*) wake_up_page was removed... > > So I replaced the two wake_up(&page->wait) in inode.c by the old > definition of wake_up_page, which was: Why can't you just call wake_up_page(page) ? Or just UnlockPage(page), which calls wake_up_page(page) ? regards, Rik -- A: No. Q: Should I include quotations after my reply? http://www.surriel.com/ http://distro.conectiva.com/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/