From 9c8f4cf45651b8f07bd06df443871d526dc53cea Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Thu, 14 Aug 2025 10:29:58 +0930 Subject: btrfs: cleanup the per-module compression workspace managers Since all workspaces are handled by the per-fs workspace managers, we can safely remove the old per-module managers. Signed-off-by: Qu Wenruo Reviewed-by: David Sterba Signed-off-by: David Sterba --- fs/btrfs/compression.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/btrfs/compression.h') diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index 70a3294bd14a..4fa4d3b9fa57 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h @@ -183,8 +183,6 @@ int zstd_decompress(struct list_head *ws, const u8 *data_in, size_t destlen); int zstd_alloc_workspace_manager(struct btrfs_fs_info *fs_info); void zstd_free_workspace_manager(struct btrfs_fs_info *fs_info); -void zstd_init_workspace_manager(struct btrfs_fs_info *fs_info); -void zstd_cleanup_workspace_manager(void); struct list_head *zstd_alloc_workspace(struct btrfs_fs_info *fs_info, int level); void zstd_free_workspace(struct list_head *ws); struct list_head *zstd_get_workspace(struct btrfs_fs_info *fs_info, int level); -- cgit v1.2.3