Re: [patch] futex requeueing feature, futex-requeue-2.5.69-D3

Andrew Morton (akpm@digeo.com)
Mon, 19 May 2003 03:23:25 -0700


Ingo Molnar <mingo@elte.hu> wrote:
>
> + page1 = __pin_page(uaddr1 - offset1);
> + if (!page1) {
> + unlock_futex_mm();
> + return -EFAULT;
> + }
> + page2 = __pin_page(uaddr2 - offset2);
> + if (!page2) {
> + unlock_futex_mm();
> + return -EFAULT;
> + }

page1 is leaked.

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