public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [trivial PATCH] correct the comment of the panic function. There is no cache flush
@ 2004-09-24 17:27 Christian Borntraeger
  0 siblings, 0 replies; only message in thread
From: Christian Borntraeger @ 2004-09-24 17:27 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel

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.
  */



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-24 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24 17:27 [trivial PATCH] correct the comment of the panic function. There is no cache flush Christian Borntraeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox