summaryrefslogtreecommitdiff
path: root/bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcache.c')
-rw-r--r--bcache.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bcache.c b/bcache.c
index c170fe72..3cb5dfe9 100644
--- a/bcache.c
+++ b/bcache.c
@@ -44,6 +44,14 @@ const char * const csum_types[] = {
NULL
};
+const char * const compression_types[] = {
+ "none",
+ "lzo1x",
+ "gzip",
+ "xz",
+ NULL
+};
+
const char * const error_actions[] = {
"continue",
"readonly",