From: Christian Borntraeger <linux-kernel@borntraeger.net>
To: Linus Torvalds <torvalds@osdl.org>, linux-kernel@vger.kernel.org
Subject: [trivial PATCH] correct the comment of the panic function. There is no cache flush
Date: Fri, 24 Sep 2004 19:27:45 +0200 [thread overview]
Message-ID: <200409241927.45341.linux-kernel@borntraeger.net> (raw)
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.
*/
reply other threads:[~2004-09-24 17:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200409241927.45341.linux-kernel@borntraeger.net \
--to=linux-kernel@borntraeger.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.