Re: [RFC PATCH 2/5] sysrq: use pr_cont_t for cont messages
From: Linus Torvalds
Date: Wed Aug 19 2020 - 21:04:20 EST
On Wed, Aug 19, 2020 at 4:26 PM John Ogness <john.ogness@xxxxxxxxxxxxx> wrote:
>
> Use the new pr_cont_t mechanism.
This looks actively much worse than the old code.
Don't do this.
Just make pr_cont() do what it used to do.
Linus