Signed-off-by: Gabor Juhos <[email protected]> SVN-Revision: 34959
@@ -44,7 +44,7 @@
+ .capi_name = "xz",
+};
+#else
-+static struct ubifs_compressor zlib_compr = {
++static struct ubifs_compressor xz_compr = {
+ .compr_type = UBIFS_COMPR_XZ,
+ .name = "xz",
@@ -42,7 +42,7 @@