commit | 05f9a780129c81dfd70ae827a9abb15c7e6321a8 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Fri Jun 24 16:37:38 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 26 13:54:25 2016 +0200 |
tree | 582544564793a2008980874bb348848fca3f22cf | |
parent | 1db1ff92b6ce2247999787480c2eeb63a1811e79 [diff] |
btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction In btrfs_relocate_chunk, we get a transaction handle via btrfs_start_trans_remove_block_group, which starts the transaction using the extent root. When we call btrfs_end_transaction, we're calling it using the chunk root. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>