linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] page_alloc.c is missing a ')'
@ 2003-12-17 11:36 Patrick Mau
  2003-12-18 18:02 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Mau @ 2003-12-17 11:36 UTC (permalink / raw)
  To: Linux Kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] page_alloc.c is missing a ')'
  2003-12-17 11:36 [PATCH] page_alloc.c is missing a ')' Patrick Mau
@ 2003-12-18 18:02 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2003-12-18 18:02 UTC (permalink / raw)
  To: Patrick Mau; +Cc: Linux Kernel



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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-18 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-17 11:36 [PATCH] page_alloc.c is missing a ')' Patrick Mau
2003-12-18 18:02 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).