All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [patch 6/13] restore CHECK_EMERGENCY_SYNC.  Again.
Date: Tue, 16 Jul 2002 22:29:49 -0700	[thread overview]
Message-ID: <3D3500CD.174DB02E@zip.com.au> (raw)



Put the CHECK_EMERGENCY_SYNC back into the kupdate function.  I seem to
keep removing it.



 page-writeback.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

--- 2.5.26/mm/page-writeback.c~check_emergency_sync	Tue Jul 16 21:46:35 2002
+++ 2.5.26-akpm/mm/page-writeback.c	Tue Jul 16 21:59:38 2002
@@ -19,7 +19,7 @@
 #include <linux/pagemap.h>
 #include <linux/writeback.h>
 #include <linux/init.h>
-//#include <linux/sysrq.h>
+#include <linux/sysrq.h>
 #include <linux/backing-dev.h>
 #include <linux/mpage.h>
 
@@ -171,6 +171,8 @@ static void background_writeout(unsigned
 	long min_pages = _min_pages;
 	int nr_to_write;
 
+	CHECK_EMERGENCY_SYNC
+
 	do {
 		struct page_state ps;
 

.

                 reply	other threads:[~2002-07-17  5:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3D3500CD.174DB02E@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.