commit | 3619c94f073e4e96bef4cc15e70adbc36f3cb203 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Jan 24 09:32:24 2020 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:26 2020 +0100 |
tree | d12273ae4c2cb265182f75c3608bc7d83bbafa93 | |
parent | 83db2aadb3bd3a117918434448e8c0e90229b73b [diff] |
btrfs: open code btrfs_read_fs_root_no_name All this does is call btrfs_get_fs_root() with check_ref == true. Just use btrfs_get_fs_root() so we don't have a bunch of different helpers that do the same thing. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>