diff options
author | Filipe Manana <fdmanana@suse.com> | 2023-06-08 11:27:42 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-06-19 13:59:38 +0200 |
commit | daefe4d435d75118af302dae650547b8b760da0b (patch) | |
tree | 7fc2ee52da00a0bfce66c4404e1d2d0c8301b9ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 39020d8abc7ec62c4de9b260e3d10d4a1c2478ce (diff) |
btrfs: rename enospc label to out at balance_level()
At balance_level() we have this 'enospc' label where we jump to in case
we get an error at several places. However that error is certainly not
-ENOSPC in call cases, it can be -EIO or -ENOMEM when reading a child
extent buffer for example, or -ENOMEM when trying to record tree mod log
operations. So to make this less confusing, rename the label to 'out'.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.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