diff options
author | Anand Jain <anand.jain@oracle.com> | 2023-03-27 17:53:09 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-04-17 18:01:20 +0200 |
commit | 1b465784dc331bc70ae42ad4a4035ed60251e316 (patch) | |
tree | 894651b32c002beade06be053f9825c134bcbaf1 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | de38a206ff74cc8b2d1e253d8f7b2979d55069de (diff) |
btrfs: change wait_dev_flush() return type to bool
The flush error code is maintained in btrfs_device::last_flush_error, so
there is no point in returning it in wait_dev_flush() when it is not being
used. Instead, we can return a boolean value.
Note that even though btrfs_device::last_flush_error may not be used, we
will keep it for now.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions