diff options
| author | 2025-08-14 10:35:23 +0930 | |
|---|---|---|
| committer | 2025-09-23 08:49:16 +0200 | |
| commit | 0d0b80929eff93e7e0323060899d04905b8e6de9 (patch) | |
| tree | 389d4568b44690eb4ac5c8a130d81b48358215ae /fs/btrfs/tree-checker.c | |
| parent | btrfs: cleanup the per-module compression workspace managers (diff) | |
| download | wireguard-linux-0d0b80929eff93e7e0323060899d04905b8e6de9.tar.xz wireguard-linux-0d0b80929eff93e7e0323060899d04905b8e6de9.zip | |
btrfs: rename btrfs_compress_op to btrfs_compress_levels
Since all workspace managers are per-fs, there is no need nor no way to
store them inside btrfs_compress_op::wsm anymore.
With that said, we can do the following modifications:
- Remove zstd_workspace_mananger::ops
Zstd always grab the global btrfs_compress_op[].
- Remove btrfs_compress_op::wsm member
- Rename btrfs_compress_op to btrfs_compress_levels
This should make it more clear that btrfs_compress_levels structures are
only to indicate the levels of each compress algorithm.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-checker.c')
0 files changed, 0 insertions, 0 deletions
