commit | 3cdde2240d4533ff71fbb8dc9c32d5d57d3cdeed | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Jun 09 21:38:35 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 26 13:53:16 2016 +0200 |
tree | 05a138f31bd51026ecb338cd8720bfbf5f863b25 | |
parent | bc074524e123ded281cde25ebc5661910f9679e3 [diff] |
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info btrfs_test_opt and friends only use the root pointer to access the fs_info. Let's pass the fs_info directly in preparation to eliminate similar patterns all over btrfs. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>