diff options
author | 2022-11-18 15:09:42 -0500 | |
---|---|---|
committer | 2022-12-05 18:00:59 +0100 | |
commit | 26df39a9e5a8985674e814f0b27b25e8b4eb9ba7 (patch) | |
tree | 1ac5281d631d60364e624e9a1c3d61ef3841f07f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: fix uninitialized parent in insert_state (diff) | |
download | wireguard-linux-26df39a9e5a8985674e814f0b27b25e8b4eb9ba7.tar.xz wireguard-linux-26df39a9e5a8985674e814f0b27b25e8b4eb9ba7.zip |
btrfs: fix uninitialized variable in find_first_clear_extent_bit
This was caught when syncing extent-io-tree.c into btrfs-progs. This
however isn't really a problem, the only way next would be uninitialized
is if we found the range we were looking for, and in this case we don't
care about next. However it's a compile error, so fix it up.
Signed-off-by: Josef Bacik <josef@toxicpanda.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