diff options
author | Bharadwaj Raju <bharadwaj.raju777@gmail.com> | 2025-04-02 21:15:53 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-03 19:11:42 +0300 |
commit | 570f5050bb0739f24aeb94034d8ec134c450b4aa (patch) | |
tree | 8504ea2e43af38ee45c6c0651c23356aceff1443 /drivers/fpga/xilinx-spi.c | |
parent | b2ffadcc7f8fd2059e389d640f9c81febd606daf (diff) | |
download | linux-570f5050bb0739f24aeb94034d8ec134c450b4aa.tar.xz |
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 'drivers/fpga/xilinx-spi.c')
0 files changed, 0 insertions, 0 deletions