zram: Use lz4fast as default

This commit is contained in:
Gabriel2392 2024-06-08 17:52:45 -03:00
parent 0e1e7afdf9
commit 23eb121cf8

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 = "lz4";
static const char *default_compressor = "lz4fast";
static bool is_lzorle;
static unsigned char lzo_marker[4] = {0x11, 0x00, 0x00};