summaryrefslogtreecommitdiff
path: root/fs/squashfs/sqfs_filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/squashfs/sqfs_filesystem.h')
-rw-r--r--fs/squashfs/sqfs_filesystem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/squashfs/sqfs_filesystem.h b/fs/squashfs/sqfs_filesystem.h
index ff2b0b1d34..856cd15e34 100644
--- a/fs/squashfs/sqfs_filesystem.h
+++ b/fs/squashfs/sqfs_filesystem.h
@@ -77,6 +77,9 @@ struct squashfs_ctxt {
struct disk_partition cur_part_info;
struct blk_desc *cur_dev;
struct squashfs_super_block *sblk;
+#if IS_ENABLED(CONFIG_ZSTD)
+ void *zstd_workspace;
+#endif
};
struct squashfs_directory_index {