Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a9461f9 authored by celtare21's avatar celtare21 Committed by baddar90
Browse files

block: zram use lz4 as default compressor

Change-Id: I86fc0829d9fc5b893fa698eda3a54cfd4c401850
parent 1ee3abf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ static DEFINE_IDR(zram_index_idr);
static DEFINE_MUTEX(zram_index_mutex);

static int zram_major;
static const char *default_compressor = "lzo";
static const char *default_compressor = "lz4";

/* Module params (documentation at end) */
static unsigned int num_devices = 1;