[PATCH] Update panic() comment

panic() doesn't flush the filesystem cache anymore. The comment above the
function still claims it does.

Thanks,
Heiko

diff -urN a/kernel/panic.c b/kernel/panic.c
--- a/kernel/panic.c    Fri Feb 11 07:41:57 2005
+++ b/kernel/panic.c    Fri Feb 11 07:42:08 2005
@@ -49,8 +49,7 @@
  *     panic - halt the system
  *     @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).
+ *     Display a message, then perform cleanups.
  *
  *     This function never returns.
  */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to