Re: [PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:46:57 -0800 Michel Lespinasse wrote: > Earlier this year, Rik proposed using augmented rbtrees to optimize > our search for a suitable unmapped area during mmap(). This prompted > my work on improving the augmented rbtree code. Rik doesn't seem to > have time to follow up

Re: [PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:46:57 -0800 Michel Lespinasse wal...@google.com wrote: Earlier this year, Rik proposed using augmented rbtrees to optimize our search for a suitable unmapped area during mmap(). This prompted my work on improving the augmented rbtree code. Rik doesn't seem to have time

[PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas

2012-11-05 Thread Michel Lespinasse
Earlier this year, Rik proposed using augmented rbtrees to optimize our search for a suitable unmapped area during mmap(). This prompted my work on improving the augmented rbtree code. Rik doesn't seem to have time to follow up on his idea at this time, so I'm sending this series to revive the

[PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas

2012-11-05 Thread Michel Lespinasse
Earlier this year, Rik proposed using augmented rbtrees to optimize our search for a suitable unmapped area during mmap(). This prompted my work on improving the augmented rbtree code. Rik doesn't seem to have time to follow up on his idea at this time, so I'm sending this series to revive the