diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/admin-guide/blockdev/zram.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/blockdev/zram.rst b/Documentation/admin-guide/blockdev/zram.rst index 89d49a0d45fc..27c77d853028 100644 --- a/Documentation/admin-guide/blockdev/zram.rst +++ b/Documentation/admin-guide/blockdev/zram.rst @@ -319,7 +319,7 @@ To use the feature, admin should set up backing device via:: before disksize setting. It supports only partition at this moment. If admin wants 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:: |