]> www.infradead.org Git - users/willy/linux.git/commitdiff
lib-lzo-separate-lzo-rle-from-lzo-v4
authorDave Rodgman <dave.rodgman@arm.com>
Wed, 5 Dec 2018 00:14:25 +0000 (11:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Dec 2018 08:29:17 +0000 (19:29 +1100)
v4

Link: http://lkml.kernel.org/r/20181130142600.13782-8-dave.rodgman@arm.com
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/block/zram/zram_drv.c

index 9f6ddb99e06ddbc50f5ee594212b4a0f169ac6c2..33c5cc879f246e09b413de0d53687cf9f433a87f 100644 (file)
@@ -41,7 +41,7 @@ static DEFINE_IDR(zram_index_idr);
 static DEFINE_MUTEX(zram_index_mutex);
 
 static int zram_major;
-static const char *default_compressor = "lzo-rle";
+static const char *default_compressor = "lzo";
 
 /* Module params (documentation at end) */
 static unsigned int num_devices = 1;