Documentation/admin-guide/blockdev/zram.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Corrected the description to accurately reflect that huge page writeback example.
Signed-off-by: Shi Xinhe <shixinhe6@gmail.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 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
On (24/12/29 04:27), Shi Xinhe wrote: > > Corrected the description to accurately reflect that huge page writeback example. But what is the correction? In zram huge page is incompressible page.
I just changed 'incompressible' to 'huge'. I thought huge page is incompressible but incompressible page does not just include huge page. Given the example is `echo huge`, it may be better to use `huge page writeback'. Sergey Senozhatsky <senozhatsky@chromium.org> 于2024年12月29日周日 12:36写道: > > On (24/12/29 04:27), Shi Xinhe wrote: > > > > Corrected the description to accurately reflect that huge page writeback example. > > But what is the correction? In zram huge page is incompressible page.
© 2016 - 2026 Red Hat, Inc.