Skip to content

Commit 5871023

Browse files
Yue HuJonathan Corbet
authored andcommitted
zram: correct documentation about sysfs node of huge page writeback
sysfs node for huge page writeback is writeback rather than write. Signed-off-by: Yue Hu <[email protected]> Acked-by: Minchan Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent a3e1c56 commit 5871023

File tree

1 file changed

+1
-1
lines changed
  • Documentation/admin-guide/blockdev

1 file changed

+1
-1
lines changed

Documentation/admin-guide/blockdev/zram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ To use the feature, admin should set up backing device via::
319319
before disksize setting. It supports only partition at this moment.
320320
If admin wants to use incompressible page writeback, they could do via::
321321

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

324324
To use idle page writeback, first, user need to declare zram pages
325325
as idle::

0 commit comments

Comments
 (0)