btrfs-progs: check: fix found bytes accounting error
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Tue, 26 Apr 2016 02:49:49 +0000 (10:49 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 11 May 2016 13:53:06 +0000 (15:53 +0200)
commite6de81e95934a530cda65b546eb3fcfeaaa262e9
tree2075e104ae734c88459db3f33090fc7ca2c293a3
parent25b93eefe29cdfb1d799498dfc69f122ac3e247e
btrfs-progs: check: fix found bytes accounting error

In the new add_extent_rec_nolookup() function, we add bytes_used to
update found bytes accounting.

However there is a typo that we used tmpl->nr, which should be rec->nr.
This will make us to add 1 for data backref, instead the correct size.

Reported-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-check.c