diff options
author | 2023-01-26 16:00:59 -0500 | |
---|---|---|
committer | 2023-02-15 19:38:54 +0100 | |
commit | 98c8d683c291285be35c50579ac984e71d17ddc1 (patch) | |
tree | 5d307d2e23f941d01b7151ca0a49cb6b2555bcba /fs/btrfs/tree-log.c | |
parent | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty (diff) | |
download | wireguard-linux-98c8d683c291285be35c50579ac984e71d17ddc1.tar.xz wireguard-linux-98c8d683c291285be35c50579ac984e71d17ddc1.zip |
btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
btrfs_clear_buffer_dirty just does the test_clear_bit() and then calls
clear_extent_buffer_dirty and does the dirty metadata accounting.
Combine this into clear_extent_buffer_dirty and make the result
btrfs_clear_buffer_dirty.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions