Re: [PATCH 10/12] mm: page_alloc_wait

2007-04-06 Thread Peter Zijlstra
On Thu, 2007-04-05 at 15:57 -0700, Andrew Morton wrote: > On Thu, 05 Apr 2007 19:42:19 +0200 > [EMAIL PROTECTED] wrote: > > > Introduce a mechanism to wait on free memory. > > > > Currently congestion_wait() is abused to do this. > > Such a very small explanation for such a terrifying change.

Re: [PATCH 10/12] mm: page_alloc_wait

2007-04-06 Thread Peter Zijlstra
On Thu, 2007-04-05 at 15:57 -0700, Andrew Morton wrote: On Thu, 05 Apr 2007 19:42:19 +0200 [EMAIL PROTECTED] wrote: Introduce a mechanism to wait on free memory. Currently congestion_wait() is abused to do this. Such a very small explanation for such a terrifying change. Yes, I suck

Re: [PATCH 10/12] mm: page_alloc_wait

2007-04-05 Thread Andrew Morton
On Thu, 05 Apr 2007 19:42:19 +0200 [EMAIL PROTECTED] wrote: > Introduce a mechanism to wait on free memory. > > Currently congestion_wait() is abused to do this. Such a very small explanation for such a terrifying change. > ... > > --- linux-2.6-mm.orig/mm/vmscan.c 2007-04-05

[PATCH 10/12] mm: page_alloc_wait

2007-04-05 Thread root
Introduce a mechanism to wait on free memory. Currently congestion_wait() is abused to do this. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- arch/i386/lib/usercopy.c |2 +- fs/xfs/linux-2.6/kmem.c |4 ++-- include/linux/mm.h |3 +++ mm/page_alloc.c | 25

Re: [PATCH 10/12] mm: page_alloc_wait

2007-04-05 Thread Andrew Morton
On Thu, 05 Apr 2007 19:42:19 +0200 [EMAIL PROTECTED] wrote: Introduce a mechanism to wait on free memory. Currently congestion_wait() is abused to do this. Such a very small explanation for such a terrifying change. ... --- linux-2.6-mm.orig/mm/vmscan.c 2007-04-05 16:29:46.0

[PATCH 10/12] mm: page_alloc_wait

2007-04-05 Thread root
Introduce a mechanism to wait on free memory. Currently congestion_wait() is abused to do this. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- arch/i386/lib/usercopy.c |2 +- fs/xfs/linux-2.6/kmem.c |4 ++-- include/linux/mm.h |3 +++ mm/page_alloc.c | 25