aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorAnand Jain <[email protected]>2024-03-19 20:25:31 +0530
committerDavid Sterba <[email protected]>2024-05-07 21:31:08 +0200
commit1618aa3c2e0163f5ac34d514ae89474521910536 (patch)
treed7c08803e72c4a7efa31ab2cea958a345b0aa536 /tools/testing/selftests/bpf/progs/test_autoload.c
parent6e812a9c656b32d9ec3d71ab58376d3d4f457e06 (diff)
btrfs: simplify return variables in lookup_extent_data_ref()
First, drop err instead reuse ret, choose to return the error instead of goto fail and then return the same error. Do not initialize the ret until where it has to be initialized. Slight logic change in handling the btrfs_search_slot() and btrfs_next_leaf() return value. Signed-off-by: Anand Jain <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions