commit | 4bbcaa648d23470f04285c52a27d87c8fe906203 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Fri Aug 01 18:12:45 2014 -0500 |
committer | David Sterba <dsterba@suse.cz> | Mon Feb 16 18:48:46 2015 +0100 |
tree | 22da036ecf497db699225752c1fffc542d7c08a3 | |
parent | 63443bf54a746fada8ef2829148a29f28f07f7af [diff] |
btrfs: factor btrfs_read_roots() out of open_ctree() Also, remove the two local variables create_uuid_tree and check_uuid_tree; we can use the existence of the uuid root and/or the RESCAN_UUID_TREE flag to determine what action to take. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: David Sterba <dsterba@suse.cz>