mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Patrick Mau <mau@oscar.ping.de>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] page_alloc.c is missing a ')'
Date: Wed, 17 Dec 2003 12:36:52 +0100	[thread overview]
Message-ID: <20031217113652.GA25893@oscar.prima.de> (raw)

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

             reply	other threads:[~2003-12-17 11:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-17 11:36 Patrick Mau [this message]
2003-12-18 18:02 ` Marcelo Tosatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031217113652.GA25893@oscar.prima.de \
    --to=mau@oscar.ping.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®