commit | d20f395f98959dee592cf05af0bec7ab5b185e5e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Oct 04 02:21:48 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 12:46:58 2019 +0100 |
tree | e8b3580f2f3c0fdee2b34fc7f85f83611c2d8dd7 | |
parent | 2510307e6c78d1d9a59c85164cbff66f8a9f3fed [diff] |
btrfs: compression: export alloc/free/get/put callbacks of all algos The indirect calls will be replaced by a switch in compression.c. (Switch is faster than indirect calls with when Spectre mitigations are enabled). Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>