diff options
| author | Filipe Manana <fdmanana@suse.com> | 2024-04-16 22:52:30 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2024-05-07 22:31:07 +0300 |
| commit | de6f14e83e6221e3ef7e949deabe041240bc1829 (patch) | |
| tree | df10b2e7a3fb81e3e4c6a8ba2bf9b5452d365790 /tools/perf/scripts/python | |
| parent | 2e504418e4645302c40982a64de6a6979ec5489d (diff) | |
| download | linux-de6f14e83e6221e3ef7e949deabe041240bc1829.tar.xz | |
btrfs: make try_release_extent_mapping() return a bool
Currently try_release_extent_mapping() as an int return type, but we
use it as a boolean. Its only caller, the release folio callback, also
returns a boolean which corresponds to try_release_extent_mapping()'s
return value. So change its return value type to bool as well as its
helper try_release_extent_state().
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
