Hi Naresh,

On 07/07/2015 03:03 PM, naresh.kamb...@linaro.org wrote:
From: Naresh Kamboju<naresh.kamb...@linaro.org>

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.koda...@oracle.com>

Best regards,
Alexey

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

Reply via email to