File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Documentation/admin-guide/mm Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,7 @@ e.g. ``zswap.zpool=zbud``. It can also be changed at runtime using the sysfs
70
70
The zbud type zpool allocates exactly 1 page to store 2 compressed pages, which
71
71
means the compression ratio will always be 2:1 or worse (because of half-full
72
72
zbud pages). The zsmalloc type zpool has a more complex compressed page
73
- storage method, and it can achieve greater storage densities. However,
74
- zsmalloc does not implement compressed page eviction, so once zswap fills it
75
- cannot evict the oldest page, it can only reject new pages.
73
+ storage method, and it can achieve greater storage densities.
76
74
77
75
When a swap page is passed from frontswap to zswap, zswap maintains a mapping
78
76
of the swap entry, a combination of the swap type and swap offset, to the zpool
You can’t perform that action at this time.
0 commit comments