diff options
author | 2024-04-16 20:52:30 +0100 | |
---|---|---|
committer | 2024-05-07 21:31:07 +0200 | |
commit | de6f14e83e6221e3ef7e949deabe041240bc1829 (patch) | |
tree | df10b2e7a3fb81e3e4c6a8ba2bf9b5452d365790 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: be better releasing extent maps at try_release_extent_mapping() (diff) | |
download | wireguard-linux-de6f14e83e6221e3ef7e949deabe041240bc1829.tar.xz wireguard-linux-de6f14e83e6221e3ef7e949deabe041240bc1829.zip |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions