Skip to content

Commit 2e16898

Browse files
sergey-senozhatskyakpm00
authored andcommitted
zram: tweak writeback config help
Writeback is for incompressible and idle zram pages. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Sergey Senozhatsky <[email protected]> Cc: Minchan Kim <[email protected]> Cc: Dmytro Maluka <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent a7a0350 commit 2e16898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/block/zram/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ config ZRAM_WRITEBACK
5959
bool "Write back incompressible or idle page to backing device"
6060
depends on ZRAM
6161
help
62-
With incompressible page, there is no memory saving to keep it
63-
in memory. Instead, write it out to backing device.
62+
This lets zram entries (incompressible or idle pages) be written
63+
back to a backing device, helping save memory.
6464
For this feature, admin should set up backing device via
6565
/sys/block/zramX/backing_dev.
6666

0 commit comments

Comments
 (0)