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

2019-02-28 Thread David Sterba
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 Revie

[PATCH] btrfs: remove indirect function calls from zstd

2019-02-27 Thread Dennis Zhou
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 --- fs/btrfs/zstd.c | 11 +++ 1 file changed, 7 insertions(+), 4 del