commit | 1e2d1837091bf70f204802bcac48495358e75673 | [log] [tgz] |
---|---|---|
author | Tavian Barnes <tavianator@tavianator.com> | Mon Mar 18 09:56:53 2024 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue May 07 21:31:00 2024 +0200 |
tree | 25225cf7890de8cfe854e065aa3e60e8527609e2 | |
parent | c79f57eafc5e01190fa05f2de8cbd5f579d68acd [diff] |
btrfs: add helper to clear EXTENT_BUFFER_READING We are clearing the bit and waking up any waiters in two different places. Factor that code out into a static helper function. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Tavian Barnes <tavianator@tavianator.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>