Re: [PATCH] page_alloc.c is missing a ')'

From: Marcelo Tosatti
Date: Thu Dec 18 2003 - 13:17:49 EST




Right, fixed in BK.

Thanks

On Wed, 17 Dec 2003, Patrick Mau wrote:

> Hi,
>
> my current bk snapshot of Linus' 2.4 tree is missing a closing
> brace in page_alloc.c
>
> Here's a patch:
>
> --- page_alloc.c.orig 2003-12-17 12:19:54.000000000 +0100
> +++ page_alloc.c 2003-12-17 12:20:29.000000000 +0100
> @@ -379,7 +379,7 @@
> /* here we're in the low on memory slow path */
>
> if (((current->flags & PF_MEMALLOC) &&
> - (!in_interrupt() || (current->flags & PF_MEMDIE))) {
> + (!in_interrupt() || (current->flags & PF_MEMDIE)))) {
> zone = zonelist->zones;
> for (;;) {
> zone_t *z = *(zone++);

-
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/