From: Namhyung Kim Date: Wed, 25 May 2011 00:11:24 +0000 (-0700) Subject: mm: nommu: find vma using the sorted vma list X-Git-Tag: v3.0-rc1~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e922c4c5360980bfeb862b3ec307d36bb344dcae;p=pandora-kernel.git mm: nommu: find vma using the sorted vma list Now we have the sorted vma list, use it in the find_vma[_exact]() rather than doing linear search on the rb-tree. Signed-off-by: Namhyung Kim Acked-by: Greg Ungerer Cc: David Howells Cc: Paul Mundt Cc: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed