btrfs: always lock the block before calling btrfs_clean_tree_block
authorJosef Bacik <josef@toxicpanda.com>
Thu, 26 Jan 2023 21:00:54 +0000 (16:00 -0500)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:53 +0000 (19:38 +0100)
commitd3fb66150c05b1b082984c88e6895e663119ac4e
tree68398aa0371467b98dc135b1d7202a3b5112dd89
parent8e81aa16a42169faae1ba15cd648cc8bb83eaa48
btrfs: always lock the block before calling btrfs_clean_tree_block

We want to clean up the dirty handling for extent buffers so it's a
little more consistent, so skip the check for generation == transid and
simply always lock the extent buffer before calling btrfs_clean_tree_block.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c