commit | 5168489a079aacd5626156ce5f8ab77325bcde15 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Feb 06 10:24:26 2020 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:31 2020 +0100 |
tree | e1512a8df8d1426c03fa999d1c0e5c3d989e2d89 | |
parent | 6f9a3da5da9e7e59f3a5a5909aab5f680fe919c9 [diff] |
btrfs: hold a ref on the root in get_subvol_name_from_objectid We lookup the name of a subvol which means we'll cross into different roots. Hold a ref while we're doing the look ups in the fs_root we're searching. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>