diff options
| author | Johannes Thumshirn <[email protected]> | 2021-05-11 00:17:26 +0900 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2021-06-21 15:19:04 +0200 |
| commit | f4dcfb30452631f7f308c144e1fd4d8a6ad7111b (patch) | |
| tree | 06b4e52e642ec7aa40fa68ffc8e5e0067edb8989 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 06e1e7f4223c98965fb721b4b1e12083cfbe777e (diff) | |
btrfs: rename check_async_write and let it return bool
The 'check_async_write' function is a helper used in
'btrfs_submit_metadata_bio' and it checks if asynchronous writing can be
used for metadata.
Make the function return bool and get rid of the local variable async in
btrfs_submit_metadata_bio storing the result of check_async_write's
tests.
As this is touching all function call sites, also rename it to
should_async_write as this is more in line with the naming we use.
Signed-off-by: Johannes Thumshirn <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions