[TRIVIAL 2.6] Update panic() comment.

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

Thanks,
Heiko

===== panic.c 1.22 vs edited =====
--- 1.22/kernel/panic.c 2004-11-08 03:16:06 +01:00
+++ edited/panic.c      2005-02-02 12:25:21 +01:00
@@ -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