patch-2.3.29 linux/mm/vmscan.c
Next file: linux/net/802/tr.c
Previous file: linux/mm/vmalloc.c
Back to the patch index
Back to the overall index
-  Lines: 17
 -  Date:
Sat Nov 20 10:09:05 1999
 -  Orig file: 
v2.3.28/linux/mm/vmscan.c
 -  Orig date: 
Thu Nov 11 20:11:55 1999
 
diff -u --recursive --new-file v2.3.28/linux/mm/vmscan.c linux/mm/vmscan.c
@@ -20,7 +20,7 @@
 #include <linux/highmem.h>
 #include <linux/file.h>
 
-#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
 
 /*
  * The swap-out functions return 1 if they successfully
@@ -505,7 +505,6 @@
 			   allocations (not GFP_HIGHMEM ones). */
 			if (nr_free_buffer_pages() >= freepages.high)
 				break;
-
 			if (!do_try_to_free_pages(GFP_KSWAPD))
 				break;
 			run_task_queue(&tq_disk);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)