Commit d70d49b8 authored by Heiko Carstens's avatar Heiko Carstens Committed by Linus Torvalds

[PATCH] Update panic() comment

panic() doesn't flush the filesystem cache anymore.  The comment above the
function still claims it does.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2aeb85c9
......@@ -49,8 +49,7 @@ EXPORT_SYMBOL(panic_blink);
* 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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment