Re: [PATCH] selftests/zram: Adding zram tests

From: Alexey Kodanev
Date: Fri Aug 14 2015 - 07:40:31 EST


Hi Naresh,

On 07/07/2015 03:03 PM, naresh.kamboju@xxxxxxxxxx wrote:
From: Naresh Kamboju<naresh.kamboju@xxxxxxxxxx>

zram_lib.sh: create library with initialization/cleanup functions
zram01.sh: creates general purpose ram disks with different filesystems
zram02.sh: creates block device for swap
README: ZRAM introduction and Kconfig required.
Makefile: To run zram tests
...
+zram_load()
+{
+ # check zram module exists
+ MODULE_PATH=/lib/modules/`uname -r`/kernel/drivers/zram/zram.ko

Should it rather be "/lib/modules/`uname -r`/kernel/drivers/block/zram/zram.ko" path?

Also adding: Signed-off-by: Alexey Kodanev <alexey.kodanev@xxxxxxxxxx>

Best regards,
Alexey

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/