diff options
author | John Ogness <john.ogness@linutronix.de> | 2022-11-16 19:21:45 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2022-12-02 13:25:02 +0300 |
commit | 7c2af0f634f1bc761ca827310dc7e8e586af502f (patch) | |
tree | 02cf4fbe0f84214aa148c8acc27ef47ac49de535 /fs/reiserfs | |
parent | 6f8836756f3cbb02bfd1f0e033516585250318a9 (diff) | |
download | linux-7c2af0f634f1bc761ca827310dc7e8e586af502f.tar.xz |
tty: tty_io: use console_list_lock for list synchronization
show_cons_active() uses the console_lock to gather information
on registered consoles. It requires that no consoles are unregistered
until it is finished. The console_list_lock should be used because
list synchronization responsibility will be removed from the
console_lock in a later change.
Note, the console_lock is still needed to serialize the device()
callback with other console operations.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20221116162152.193147-34-john.ogness@linutronix.de
Diffstat (limited to 'fs/reiserfs')
0 files changed, 0 insertions, 0 deletions