diff options
author | 2025-04-02 23:45:53 +0530 | |
---|---|---|
committer | 2025-04-03 12:11:42 -0400 | |
commit | 570f5050bb0739f24aeb94034d8ec134c450b4aa (patch) | |
tree | 8504ea2e43af38ee45c6c0651c23356aceff1443 /scripts/lib/kdoc/kdoc_output.py | |
parent | bcachefs: Fix scheduling while atomic from logging changes (diff) | |
download | linux-rng-570f5050bb0739f24aeb94034d8ec134c450b4aa.tar.xz linux-rng-570f5050bb0739f24aeb94034d8ec134c450b4aa.zip |
bcachefs: use nonblocking variant of print_string_as_lines in error path
The inconsistency error path calls print_string_as_lines, which calls
console_lock, which is a potentially-sleeping function and so can't be
called in an atomic context.
Replace calls to it with the nonblocking variant which is safe to call.
Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions