[PATCH] zram: correct documentation about sysfs node of huge page writeback

From: Yue Hu
Date: Mon Jan 20 2020 - 05:30:01 EST


From: Yue Hu <huyue2@xxxxxxxxxx>

sysfs node for huge page writeback is writeback rather than write.

Signed-off-by: Yue Hu <huyue2@xxxxxxxxxx>
---
Documentation/admin-guide/blockdev/zram.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/blockdev/zram.rst b/Documentation/admin-guide/blockdev/zram.rst
index 6eccf13..3966db6 100644
--- a/Documentation/admin-guide/blockdev/zram.rst
+++ b/Documentation/admin-guide/blockdev/zram.rst
@@ -318,7 +318,7 @@ To use the feature, admin should set up backing device via::
before disksize setting. It supports only partition at this moment.
If admin want to use incompressible page writeback, they could do via::

- echo huge > /sys/block/zramX/write
+ echo huge > /sys/block/zramX/writeback

To use idle page writeback, first, user need to declare zram pages
as idle::
--
1.9.1