aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-05-17 12:02:15 +0100
committerDavid Sterba <[email protected]>2023-06-19 13:59:26 +0200
commitacfb5a4f1109a4f477f816d572b4f8f65b645bee (patch)
tree74321071e2806d6e35562930b105c9aed29ba030 /scripts/generate_rust_analyzer.py
parent1e75ef039d1a13afd0abd794dee9df462d5b7990 (diff)
btrfs: remove pointless label and goto at btrfs_record_unlink_dir()
There's no point of having a label and goto at btrfs_record_unlink_dir() because the function is trivial and can just return early if we are not in a rename context. So remove the label and goto and instead return early if we are not in a rename. 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