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

From: Patrick Mau
Date: Wed Dec 17 2003 - 06:38:05 EST


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++);

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