[PATCH] Documentation zram: fix description about huge page writeback example
Shi Xinhe <[email protected]> Sun, 29 Dec 2024 04:28:08 -0000
| Newsgroups | dev.linux.lists.drbd-dev,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Corrected the description to accurately reflect that huge page writeback example. Signed-off-by: Shi Xinhe <[email protected]> --- 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 1576fb93f06c..48ba192e667b 100644 --- a/Documentation/admin-guide/blockdev/zram.rst +++ b/Documentation/admin-guide/blockdev/zram.rst @@ -343,7 +343,7 @@ To use the feature, admin should set up backing device via:: echo /dev/sda5 > /sys/block/zramX/backing_dev before disksize setting. It supports only partitions at this moment. -If admin wants to use incompressible page writeback, they could do it via:: +If admin wants to use huge page writeback, they could do it via:: echo huge > /sys/block/zramX/writeback -- 2.34.1