Skip to content

Commit

Permalink
zram: switch to lz4 as default commpressor
Browse files Browse the repository at this point in the history
Change-Id: I6a5ed146ef436546e0d9362d305ac43ad4334899
  • Loading branch information
jrior001 authored and intervigilium committed Mar 15, 2015
1 parent ddbcd08 commit 59e6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/zram/zram_drv.c
Expand Up @@ -40,7 +40,7 @@
/* Globals */
static int zram_major;
static struct zram *zram_devices;
static const char *default_compressor = "lzo";
static const char *default_compressor = "lz4";

/*
* We don't need to see memory allocation errors more than once every 1
Expand Down

0 comments on commit 59e6984

Please sign in to comment.