]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
memcg-debugging-facility-to-access-dangling-memcgs-fix
authorAndrew Morton <akpm@linux-foundation.org>
Sun, 10 Mar 2013 10:54:49 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:32 +0000 (14:56 +1100)
fix up Kconfig text

Cc: Glauber Costa <glommer@parallels.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/Kconfig

index cfad1e54c42a3fd83125db6eb36116e728225b52..b9327fb1a40696ee1363c38b497e44517674d95c 100644 (file)
@@ -893,14 +893,14 @@ config MEMCG_KMEM
          will ever exhaust kernel resources alone.
 
 config MEMCG_DEBUG_ASYNC_DESTROY
-       bool "Memory Resource Controller Debug assynchronous object destruction"
+       bool "Memory Resource Controller Debug asynchronous object destruction"
        depends on MEMCG_KMEM || MEMCG_SWAP
        default n
        help
-         When a memcg is destroyed, the memory
-         consumed by it may not be immediately freed. This is because when some
-         extensions are used, such as swap or kernel memory, objects can
-         outlive the group and hold a reference to it.
+         When a memcg is destroyed, the memory consumed by it may not be
+         immediately freed. This is because when some extensions are used, such
+         as swap or kernel memory, objects can outlive the group and hold a
+         reference to it.
 
          If this is the case, the dangling_memcgs file will show information
          about what are the memcgs still alive, and which references are still