diff options
author | David Heidelberg <david@ixit.cz> | 2022-11-04 15:26:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-09 23:56:18 +0300 |
commit | b592f9ee1fb4467de374b4a60009d7ec55fd2d06 (patch) | |
tree | 8f127827b7f3002b698f46b14ccc14a4f5de0f89 /Documentation/admin-guide/mm/zswap.rst | |
parent | 586f1ed91364e65d7a5d7dbbc9efc50175d7f042 (diff) | |
download | linux-b592f9ee1fb4467de374b4a60009d7ec55fd2d06.tar.xz |
Docs/admin-guide/mm/zswap: remove a paragraph about zswap being a new feature
Nine years have passed since Linux 3.11.
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20221104122612.14906-1-david@ixit.cz
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/mm/zswap.rst')
-rw-r--r-- | Documentation/admin-guide/mm/zswap.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/admin-guide/mm/zswap.rst b/Documentation/admin-guide/mm/zswap.rst index 6e6f7b0d6562..f67de481c7f6 100644 --- a/Documentation/admin-guide/mm/zswap.rst +++ b/Documentation/admin-guide/mm/zswap.rst @@ -14,13 +14,7 @@ for potentially reduced swap I/O. This trade-off can also result in a significant performance improvement if reads from the compressed cache are faster than reads from a swap device. -.. note:: - Zswap is a new feature as of v3.11 and interacts heavily with memory - reclaim. This interaction has not been fully explored on the large set of - potential configurations and workloads that exist. For this reason, zswap - is a work in progress and should be considered experimental. - - Some potential benefits: +Some potential benefits: * Desktop/laptop users with limited RAM capacities can mitigate the performance impact of swapping. |