linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] zram: correct documentation about sysfs node of huge page writeback
@ 2020-01-20 10:29 Yue Hu
  2020-01-23  1:55 ` Minchan Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Yue Hu @ 2020-01-20 10:29 UTC (permalink / raw)
  To: minchan, ngupta, sergey.senozhatsky.work, corbet
  Cc: linux-kernel, linux-doc, huyue2, zhangwen

From: Yue Hu <huyue2@yulong.com>

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

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 10:29 [PATCH] zram: correct documentation about sysfs node of huge page writeback Yue Hu
2020-01-23  1:55 ` Minchan Kim
2020-01-24 16:52   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).