btrfs: compression: inline alloc_workspace
[sfrench/cifs-2.6.git] / fs / btrfs / compression.h
index accb1d61df8747277b35831b2544ce6e9ce4e02a..8336c2ef6b5a5970ffa3f8758026651b93cff67d 100644 (file)
@@ -124,8 +124,6 @@ struct list_head *btrfs_get_workspace(int type, unsigned int level);
 void btrfs_put_workspace(struct workspace_manager *wsm, struct list_head *ws);
 
 struct btrfs_compress_op {
-       struct list_head *(*alloc_workspace)(unsigned int level);
-
        void (*free_workspace)(struct list_head *workspace);
 
        struct workspace_manager *workspace_manager;