[trivial PATCH] correct the comment of the panic function. There is no cache flush
From: Christian Borntraeger
Date: Fri Sep 24 2004 - 12:32:19 EST
Hi Linus,
this patch fixes the comment of the panic function. After my last patch panic
no longer calls sync to prevent panic from failing on SMP systems.
cheers
Christian
--- 1.16/kernel/panic.c 2004-08-23 10:14:57 +02:00
+++ edited/kernel/panic.c 2004-09-24 19:22:14 +02:00
@@ -42,7 +42,7 @@
* @fmt: The text string to print
*
* Display a message, then perform cleanups. Functions in the panic
- * notifier list are called after the filesystem cache is flushed (when possible).
+ * notifier list are called without flushing the filesystem cache.
*
* This function never returns.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/