Re: More 2.2.17pre9 VM issues

Andrea Arcangeli (andrea@suse.de)
Fri, 30 Jun 2000 20:03:37 +0200 (CEST)


On Thu, 29 Jun 2000, Andrea Arcangeli wrote:

>Yes, I started implementing it but I had to reschedule on some other

Ok it's here and works for me. It's against 2.2.17pre9.

ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.17pre9/GFP-race-fix-1

The only fast path changed is free_pages_ok where I had to add this check:

+ if (current->flags & PF_MEMALLOC)
+ goto local_freelist;

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/