diff options
author | Christoph Hellwig <hch@lst.de> | 2023-04-03 16:03:55 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-04-17 18:01:22 +0200 |
commit | e6b430f817ca7c44a083deab8c54ab8d56e99d54 (patch) | |
tree | 4cc63a2304e196435a010d111febe5d414ff1a00 /fs/open.c | |
parent | 2c275afeb61dab732353aae2c7de01b6a87dcefc (diff) |
btrfs: tree-log: factor out a clean_log_buffer helper
The tree-log code has three almost identical copies for the accounting on
an extent_buffer that doesn't need to be written any more. The only
difference is that walk_down_log_tree passed the bytenr used to find the
buffer instead of extent_buffer.start and calculates the length using the
nodesize, while the other two callers look at the extent_buffer.len
field that must always be equivalent to the nodesize.
Factor the code into a common helper.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/open.c')
0 files changed, 0 insertions, 0 deletions