diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-11-18 23:09:42 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:59 +0300 |
commit | 26df39a9e5a8985674e814f0b27b25e8b4eb9ba7 (patch) | |
tree | 1ac5281d631d60364e624e9a1c3d61ef3841f07f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d7c9e1be2876f63fb2178a24e0c1d5733ff98d47 (diff) | |
download | linux-26df39a9e5a8985674e814f0b27b25e8b4eb9ba7.tar.xz |
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