* [patch 6/13] restore CHECK_EMERGENCY_SYNC. Again.
@ 2002-07-17 5:29 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2002-07-17 5:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: lkml
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;
.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-17 5:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-17 5:29 [patch 6/13] restore CHECK_EMERGENCY_SYNC. Again Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox