diff options
author | 2024-07-15 19:03:17 -0400 | |
---|---|---|
committer | 2024-07-18 18:33:30 -0400 | |
commit | 2c4c17fefc49e895e322b3ab0f49d946f384f71b (patch) | |
tree | 2ed766fe085fda562fdca0cba789e6b0d9238e6c /scripts/generate_rust_analyzer.py | |
parent | bcachefs: Add an error message for insufficient rw journal devs (diff) | |
download | linux-rng-2c4c17fefc49e895e322b3ab0f49d946f384f71b.tar.xz linux-rng-2c4c17fefc49e895e322b3ab0f49d946f384f71b.zip |
bcachefs: Fix fsck warning about btree_trans not passed to fsck error
If a btree_trans is in use it's supposed to be passed to fsck_err so
that it can be unlocked if we're waiting on userspace input; but the
btree IO paths do call fsck errors where a btree_trans exists on the
stack but it's not passed through.
But it's ok, because it's unlocked while doing IO.
Fixes: a850bde6498b ("bcachefs: fsck_err() may now take a btree_trans")
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions