Re: [RFC PATCH v1 25/25] printk: remove unused code

From: Sergey Senozhatsky
Date: Sun Mar 10 2019 - 22:46:10 EST


On (03/08/19 15:02), Sebastian Andrzej Siewior wrote:
> On 2019-02-12 15:30:03 [+0100], John Ogness wrote:
>
> you removed the whole `irq_work' thing. You can also remove the include
> for linux/irq_work.h.

It may be too early to remove the whole `irq_work' thing.
printk()->call_console_driver() should take console_sem
lock.

-ss