diff options
author | Filipe Manana <[email protected]> | 2023-06-08 11:27:42 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2023-06-19 13:59:38 +0200 |
commit | daefe4d435d75118af302dae650547b8b760da0b (patch) | |
tree | 7fc2ee52da00a0bfce66c4404e1d2d0c8301b9ed /scripts/generate_rust_analyzer.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 <[email protected]>
Reviewed-by: Anand Jain <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions