Re: [PATCH] fix bug introduced in "mm: simplify find_vma_prev()"

From: Linus Torvalds
Date: Tue Mar 06 2012 - 21:27:50 EST


On Tue, Mar 6, 2012 at 4:30 PM, KOSAKI Motohiro
<kosaki.motohiro@xxxxxxxxx> wrote:
>
> Acked-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
>
> I prefer to remove find_vma_prev() eventually. but this is good short term
> solution.

Ok, applied.

And then I committed an extra patch that removed the really obvious
cases of find_vma_prev() (ie where it immediately returns if the
resulting "vma" is NULL.

There may well be a few more cases that really only need find_vma(),
but if it wasn't totally obvious from the grep output with just a
couple of lines of context, I left it alone for now.

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