diff options
| author | Christoph Hellwig <[email protected]> | 2023-05-08 07:58:38 -0700 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-06-19 13:59:25 +0200 |
| commit | f18cc97845aa4ae0e795c088c979fe1642b3b8e5 (patch) | |
| tree | 7063b825ad17ce74e038302fe784bb693be8cfc0 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | bb5167e6197b73a38cf35bee788e5cbb6d3f8bfa (diff) | |
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: [email protected] # 5.15+
Reviewed-by: Naohiro Aota <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions