zram: Switch back to lz4

This commit is contained in:
Gabriel 2024-07-28 12:05:12 -03:00 committed by Gabriel2392
parent ea8931ae2b
commit fedefb31d3

View file

@ -59,7 +59,7 @@ static DEFINE_IDR(zram_index_idr);
static DEFINE_MUTEX(zram_index_mutex);
static int zram_major;
static const char *default_compressor = "lz4fast";
static const char *default_compressor = "lz4";
static bool is_lzorle;
static unsigned char lzo_marker[4] = {0x11, 0x00, 0x00};