patch-2.4.0-test3 linux/mm/page_alloc.c
Next file: linux/mm/slab.c
Previous file: linux/mm/mmap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 26 12:30:47 2000
- Orig file:
v2.4.0-test2/linux/mm/page_alloc.c
- Orig date:
Fri May 12 14:18:56 2000
diff -u --recursive --new-file v2.4.0-test2/linux/mm/page_alloc.c linux/mm/page_alloc.c
@@ -93,6 +93,8 @@
BUG();
if (PageDecrAfter(page))
BUG();
+ if (PageDirty(page))
+ BUG();
zone = page->zone;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)