Re: [PATCH] btrfs: remove indirect function calls from zstd

From: David Sterba
Date: Thu Feb 28 2019 - 13:42:03 EST


On Wed, Feb 27, 2019 at 04:21:28PM -0500, Dennis Zhou wrote:
> While calling functions inside zstd, we don't need to use the
> indirection provided by the workspace_manager. Forward declarations are
> added to maintain the function order of btrfs_compress_op.
>
> Signed-off-by: Dennis Zhou <dennis@xxxxxxxxxx>

Reviewed-by: David Sterba <dsterba@xxxxxxxx>