patch-2.3.50 linux/mm/page_alloc.c
Next file: linux/net/Config.in
Previous file: linux/kernel/softirq.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Mar  6 14:30:56 2000
-  Orig file: 
v2.3.49/linux/mm/page_alloc.c
-  Orig date: 
Thu Mar  2 14:36:23 2000
diff -u --recursive --new-file v2.3.49/linux/mm/page_alloc.c linux/mm/page_alloc.c
@@ -82,6 +82,8 @@
 	if (PageReserved(page))
 		return;
 
+	if (page->buffers)
+		BUG();
 	if (page-mem_map >= max_mapnr)
 		BUG();
 	if (PageSwapCache(page))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)