btrfs: compression: let workspace manager cleanup take only the type
[sfrench/cifs-2.6.git] / fs / btrfs / compression.h
index 12a46139c3896e82620fbf70a75811301231237d..0deaa8e03836de610901aacc4f206c442676e79d 100644 (file)
@@ -123,7 +123,7 @@ struct workspace_manager {
 struct list_head *btrfs_get_workspace(struct workspace_manager *wsm,
                                      unsigned int level);
 void btrfs_put_workspace(struct workspace_manager *wsm, struct list_head *ws);
-void btrfs_cleanup_workspace_manager(struct workspace_manager *wsm);
+void btrfs_cleanup_workspace_manager(int type);
 
 struct btrfs_compress_op {
        void (*cleanup_workspace_manager)(void);