patch-2.0.31 linux/mm/kmalloc.c

Next file: linux/mm/mlock.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.30/linux/mm/kmalloc.c linux/mm/kmalloc.c
@@ -447,6 +447,6 @@
 	return;
 
 not_on_freelist:
-	printk("Ooops. page %p doesn't show on freelist.\n", page);
 	restore_flags(flags);
+	printk("Ooops. page %p doesn't show on freelist.\n", page);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov