commit | bc44d7c4b2b179c4b74fba208b9908e2ecbc1b4d | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Jan 24 09:32:56 2020 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:32 2020 +0100 |
tree | 183d1adc1dcae85af965e25476a5a6c8cbb0137b | |
parent | 81f096edf0472864879e1e5a7f0fdf87ea90fe75 [diff] |
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root Now that all callers of btrfs_get_fs_root are subsequently calling btrfs_grab_fs_root and handling dropping the ref when they are done appropriately, go ahead and push btrfs_grab_fs_root up into btrfs_get_fs_root. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>