[PATCH] Documentation zram: fix description about huge page writeback example
From: Shi Xinhe
Date: Sat Dec 28 2024 - 23:28:15 EST
Corrected the description to accurately reflect that huge page writeback example.
Signed-off-by: Shi Xinhe <shixinhe6@xxxxxxxxx>
---
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