diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-02-10 11:46:26 +0000 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-03-18 20:35:45 +0100 |
commit | 91e9139e5b2531c53e165114227134d68b17c4f5 (patch) | |
tree | 23f44d1f6158c82d922a56831796ba57feb39c63 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6bb09d0c126334b950dc806180ad242fd6cc93ec (diff) |
btrfs: send: simplify return logic from get_cur_inode_state()
There is no need to have an 'out' label and jump into it since there are
no resource cleanups to perform (release locks, free memory, etc), so
make this simpler by removing the label and goto and instead return
directly.
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