summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-05-08 17:58:38 +0300
committerDavid Sterba <dsterba@suse.com>2023-06-19 14:59:25 +0300
commitf18cc97845aa4ae0e795c088c979fe1642b3b8e5 (patch)
tree7063b825ad17ce74e038302fe784bb693be8cfc0 /fs/btrfs/zoned.h
parentbb5167e6197b73a38cf35bee788e5cbb6d3f8bfa (diff)
downloadlinux-f18cc97845aa4ae0e795c088c979fe1642b3b8e5.tar.xz
btrfs: fix dirty_metadata_bytes for redirtied buffers
dirty_metadata_bytes is decremented in both places that clear the dirty bit in a buffer, but only incremented in btrfs_mark_buffer_dirty, which means that a buffer that is redirtied using btrfs_redirty_list_add won't be added to dirty_metadata_bytes, but it will be subtracted when written out, leading an inconsistency in the counter. Move the dirty_metadata_bytes from btrfs_mark_buffer_dirty into set_extent_buffer_dirty to also account for the redirty case, and remove the now unused set_extent_buffer_dirty return value. Fixes: d3575156f662 ("btrfs: zoned: redirty released extent buffers") CC: stable@vger.kernel.org # 5.15+ Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/zoned.h')
0 files changed, 0 insertions, 0 deletions