Re: [patch 1/1] MM: detach_vmas_to_be_unmapped fix

2007-02-27 Thread Andrew Morton
> On Fri, 23 Feb 2007 08:27:00 -0800 akuster <[EMAIL PROTECTED]> wrote: > Wolfgang Wander submitted a fix to address a mmap fragmentation issue. > The git patch ( 1363c3cd8603a913a27e2995dccbd70d5312d8e6 ) is somewhat > different and yields different results when running Wolfgang's test case > l

Re: [patch 1/1] MM: detach_vmas_to_be_unmapped fix

2007-02-23 Thread akuster
Ingo Oeser wrote: Hi, On Wednesday, 21. February 2007, [EMAIL PROTECTED] wrote: --- mm/mmap.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/mmap.c~Avoiding-mmap-fragmentation_fixup mm/mmap.c --- linux-2.6_clean/mm/mmap.c~Avoiding-mmap-fragmentation_fixup 2007-02

Re: [patch 1/1] MM: detach_vmas_to_be_unmapped fix

2007-02-21 Thread Ingo Oeser
Hi, On Wednesday, 21. February 2007, [EMAIL PROTECTED] wrote: > > --- > > mm/mmap.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff -puN mm/mmap.c~Avoiding-mmap-fragmentation_fixup mm/mmap.c > --- linux-2.6_clean/mm/mmap.c~Avoiding-mmap-fragmentation_fixup > 2007