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>
このコミットが含まれているのは:
Josef Bacik
2020-01-24 09:32:56 -05:00
committed by David Sterba
コミット bc44d7c4b2
14個のファイルの変更27行の追加106行の削除

ファイルの表示

@@ -658,10 +658,6 @@ static int scrub_print_warning_inode(u64 inum, u64 offset, u64 root,
ret = PTR_ERR(local_root);
goto err;
}
if (!btrfs_grab_fs_root(local_root)) {
ret = -ENOENT;
goto err;
}
/*
* this makes the path point to (inum INODE_ITEM ioff)