]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: use clear_and_wake_up_bit() where open coded
authorDavid Sterba <dsterba@suse.com>
Tue, 8 Jul 2025 14:49:52 +0000 (16:49 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 22:09:21 +0000 (00:09 +0200)
commite8d2e254dc073f9a1ea2c00b53ba44f329828701
treed779e45bf599c38295b39440f33bea55c03d0465
parent72b2b199d5ee659ceb439192db4618f47c61eeef
btrfs: use clear_and_wake_up_bit() where open coded

There are two cases open coding the clear and wake up pattern, we can
use the helper.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c