diff options
author | John Ogness <[email protected]> | 2022-11-16 17:27:51 +0106 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2022-12-02 11:25:02 +0100 |
commit | 848a9c106625b10fa74022ea853845a2b7a834f0 (patch) | |
tree | 499e0e366a1f6734c2c151b3e29e0768154a3dc8 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | e2b39652283685edd7e84174b10736d79063d399 (diff) |
printk: relieve console_lock of list synchronization duties
The console_list_lock provides synchronization for console list and
console->flags updates. All call sites that were using the console_lock
for this synchronization have either switched to use the
console_list_lock or the SRCU list iterator.
Remove console_lock usage for console list updates and console->flags
updates.
Signed-off-by: John Ogness <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions