btrfs: compression: remove ops pointer from workspace_manager
[sfrench/cifs-2.6.git] / fs / btrfs / compression.h
index 14057498dcbb4c01a1cd5ef633d1b5f0e6c5cb5e..d253f7aa8ed5f7a0bb690684c8eeb2ac423829c0 100644 (file)
@@ -109,7 +109,6 @@ enum btrfs_compression_type {
 };
 
 struct workspace_manager {
-       const struct btrfs_compress_op *ops;
        struct list_head idle_ws;
        spinlock_t ws_lock;
        /* Number of free workspaces */