diff options
author | 2024-12-12 16:44:00 +1030 | |
---|---|---|
committer | 2025-01-13 15:53:47 +0100 | |
commit | 396294d1afee65a203d6cabd843d0782e5d7388e (patch) | |
tree | 8d55f612eb9099dca6fc9fc7d510828b2646901b /scripts/generate_rust_analyzer.py | |
parent | btrfs: do proper folio cleanup when run_delalloc_nocow() failed (diff) | |
download | wireguard-linux-396294d1afee65a203d6cabd843d0782e5d7388e.tar.xz wireguard-linux-396294d1afee65a203d6cabd843d0782e5d7388e.zip |
btrfs: subpage: fix the bitmap dump of the locked flags
We're dumping the locked bitmap into the @checked_bitmap variable,
printing incorrect values during debug.
Thankfully even during my development I haven't hit a case where I need
to dump the locked bitmap. But for the sake of consistency, fix it by
dupping the locked bitmap into @locked_bitmap variable for output.
Fixes: 75258f20fb70 ("btrfs: subpage: dump extra subpage bitmaps for debug")
Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions