]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
memcg-debugging-facility-to-access-dangling-memcgs-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:07:31 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:33:55 +0000 (16:33 +1100)
fix up Kconfig text

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

index e1610b5eed53c5efc671fd075cbd4cdedeee75d6..5aebe3d6ea74f8c7fa79d9fd7ce7cc298ced79d7 100644 (file)
@@ -928,14 +928,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