[PATCH] Documentation zram: fix description about huge page writeback example

Shi Xinhe posted 1 patch 1 year, 4 months ago
Documentation/admin-guide/blockdev/zram.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation zram: fix description about huge page writeback example
Posted by Shi Xinhe 1 year, 4 months ago
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
Re: [PATCH] Documentation zram: fix description about huge page writeback example
Posted by Sergey Senozhatsky 1 year, 4 months ago
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.
Re: [PATCH] Documentation zram: fix description about huge page writeback example
Posted by newBox shi 1 year, 4 months ago
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.