* [PATCH 1/1] fix typos in Documentation/vm/zswap.txt
@ 2013-09-03 12:54 Christian Hesse
2013-09-03 14:30 ` Seth Jennings
0 siblings, 1 reply; 2+ messages in thread
From: Christian Hesse @ 2013-09-03 12:54 UTC (permalink / raw)
To: Seth Jennings; +Cc: linux-mm, Christian Hesse
---
Documentation/vm/zswap.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/vm/zswap.txt b/Documentation/vm/zswap.txt
index 7e492d8..00c3d31 100644
--- a/Documentation/vm/zswap.txt
+++ b/Documentation/vm/zswap.txt
@@ -8,7 +8,7 @@ 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 be fully explored on the large set of
+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.
@@ -23,7 +23,7 @@ Some potential benefits:
A A A drastically reducing life-shortening writes.
Zswap evicts pages from compressed cache on an LRU basis to the backing swap
-device when the compressed pool reaches it size limit. This requirement had
+device when the compressed pool reaches its size limit. This requirement had
been identified in prior community discussions.
To enabled zswap, the "enabled" attribute must be set to 1 at boot time. e.g.
@@ -37,7 +37,7 @@ the backing swap device in the case that the compressed pool is full.
Zswap makes use of zbud for the managing the compressed memory pool. Each
allocation in zbud is not directly accessible by address. Rather, a handle is
-return by the allocation routine and that handle must be mapped before being
+returned by the allocation routine and that handle must be mapped before being
accessed. The compressed memory pool grows on demand and shrinks as compressed
pages are freed. The pool is not preallocated.
@@ -56,7 +56,7 @@ in the swap_map goes to 0) the swap code calls the zswap invalidate function,
via frontswap, to free the compressed entry.
Zswap seeks to be simple in its policies. Sysfs attributes allow for one user
-controlled policies:
+controlled policy:
* max_pool_percent - The maximum percentage of memory that the compressed
pool can occupy.
--
1.8.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] fix typos in Documentation/vm/zswap.txt
2013-09-03 12:54 [PATCH 1/1] fix typos in Documentation/vm/zswap.txt Christian Hesse
@ 2013-09-03 14:30 ` Seth Jennings
0 siblings, 0 replies; 2+ messages in thread
From: Seth Jennings @ 2013-09-03 14:30 UTC (permalink / raw)
To: Christian Hesse; +Cc: linux-mm, Andrew Morton
On Tue, Sep 03, 2013 at 02:54:14PM +0200, Christian Hesse wrote:
> ---
> Documentation/vm/zswap.txt | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Changes look good. Just do a couple of things:
1) add a short commit msg
2) resend to Andrew Morton with my acked-by
Acked-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Thanks for the patch!
Seth
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-03 14:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-03 12:54 [PATCH 1/1] fix typos in Documentation/vm/zswap.txt Christian Hesse
2013-09-03 14:30 ` Seth Jennings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox