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

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)