Skip to content
Commit 5e467652 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

printk: re-organize log_output() to be more legible



Avoid some duplicate logic now that we can return early, and update the
comments for the new LOG_CONT world order.

This also stops the continuation flushing from just using random record
flags for the flushing action, instead taking the flags from the proper
original line and updating them as we add continuations to it.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c362c7ff
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