lkml.org 
[lkml]   [2003]   [Dec]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 17 Dec 2003 12:36:52 +0100
FromPatrick Mau <>
Subject[PATCH] page_alloc.c is missing a ')'
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:59    [from the cache]
©2003-2008