patch-2.3.99-pre9 linux/mm/swapfile.c
Next file: linux/mm/vmalloc.c
Previous file: linux/mm/swap_state.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Mon May 15 10:47:34 2000
 -  Orig file: 
v2.3.99-pre8/linux/mm/swapfile.c
 -  Orig date: 
Fri May 12 14:18:56 2000
 
diff -u --recursive --new-file v2.3.99-pre8/linux/mm/swapfile.c linux/mm/swapfile.c
@@ -377,7 +377,7 @@
                    page we've been using. */
 		if (PageSwapCache(page))
 			delete_from_swap_cache(page);
-		__free_page(page);
+		page_cache_release(page);
 		/*
 		 * Check for and clear any overflowed swap map counts.
 		 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)