Btrfs-progs: add_refs_for_implied: Use root_id instead of root_bytenr.
authorChandan Rajendra <chandan@linux.vnet.ibm.com>
Thu, 27 Nov 2014 04:56:45 +0000 (10:26 +0530)
committerDavid Sterba <dsterba@suse.cz>
Thu, 27 Nov 2014 17:37:05 +0000 (18:37 +0100)
commit602536773da3a80a9b550f02acd0a2a576018dfb
treec801779a7d6bb9e6d3f59e027a93ffd7cae76e57
parent8be2fff1295c39e11d5cf6a40517b0538620f7cb
Btrfs-progs: add_refs_for_implied: Use root_id instead of root_bytenr.

resolve_one_root() returns the objectid of a tree rather than the logical
address of the root node. Hence using root_bytenr is misleading. Fix this.

Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
qgroup-verify.c