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
-  Lines: 8
-  Date:
Tue Sep 23 13:23:33 1997
-  Orig file: 
v2.0.30/linux/mm/kmalloc.c
-  Orig date: 
Sat Jun  8 08:12:33 1996
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