[BACK]Return to free_more_memory CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / split-patches

File: [Development] / linux-2.4-xfs / split-patches / Attic / free_more_memory (download)

Revision 1.2, Fri May 28 03:38:56 2004 UTC (13 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.1: +5 -44 lines

Update patches, revert most of free_more_memory and add DMAPI maintainer entry.

Index: 2.4.x-xfs/fs/buffer.c
===================================================================
--- 2.4.x-xfs.orig/fs/buffer.c	Fri May 28 13:32:47 2004
+++ 2.4.x-xfs/fs/buffer.c	Fri May 28 13:33:58 2004
@@ -789,9 +789,9 @@
 {
 	balance_dirty();
 	wakeup_bdflush();
+	yield();
 	try_to_free_pages(GFP_NOIO);
 	run_task_queue(&tq_disk);
-	yield();
 }
 
 void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)