]> www.infradead.org Git - nvme.git/commit
btrfs: subpage: remove the unused error bitmap dumping
authorQu Wenruo <wqu@suse.com>
Sun, 9 Jun 2024 21:02:07 +0000 (06:32 +0930)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:25 +0000 (15:33 +0200)
commit90df2c10a47eeed31efe62fb77ba61fef82956cb
treeb89f78346ce10c35156e2043f2580f4ffe8598bd
parent87128f520a6b7573f8086f2c89b9381ee7e85e51
btrfs: subpage: remove the unused error bitmap dumping

Since commit 2b2553f12355 ("btrfs: stop setting PageError in the data I/O
path") btrfs no longer utilizes subpage error bitmaps anymore, but the
commit forgot to remove the error bitmap in btrfs_subpage_dump_bitmap(),
resulting in possible meaningless result for the error bitmap.

Fix it by just removing the error bitmap dumping.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/subpage.c