diff options
author | 2018-11-28 09:54:54 +0100 | |
---|---|---|
committer | 2018-12-17 14:51:41 +0100 | |
commit | cc2c39d605d23e7f1fbc376bf011fd06e46ee79f (patch) | |
tree | c2eed4b8f7dd2b59cfb2d58b2edc2516c7ef2260 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Btrfs: fix deadlock with memory reclaim during scrub (diff) | |
download | linux-rng-cc2c39d605d23e7f1fbc376bf011fd06e46ee79f.tar.xz linux-rng-cc2c39d605d23e7f1fbc376bf011fd06e46ee79f.zip |
btrfs: don't initialize 'offset' in map_private_extent_buffer()
In map_private_extent_buffer() the 'offset' variable is initialized to a
page aligned version of the 'start' parameter.
But later on it is overwritten with either the offset from the extent
buffer's start or 0.
So get rid of the initial initialization.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
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