All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
@ 2013-03-25 22:59 Paul Bolle
  2013-03-26  1:59 ` Rob Landley
  2013-03-27 12:20 ` Jiri Kosina
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Bolle @ 2013-03-25 22:59 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
 Documentation/cgroups/memory.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 8b8c28b..17b91e0 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -194,7 +194,7 @@ the cgroup that brought it in -- this will happen on memory pressure).
 But see section 8.2: when moving a task to another cgroup, its pages may
 be recharged to the new cgroup, if move_charge_at_immigrate has been chosen.
 
-Exception: If CONFIG_CGROUP_CGROUP_MEMCG_SWAP is not used.
+Exception: If CONFIG_MEMCG_SWAP is not used.
 When you do swapoff and make swapped-out pages of shmem(tmpfs) to
 be backed into memory in force, charges for pages are accounted against the
 caller of swapoff rather than the users of shmem.
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
  2013-03-25 22:59 [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP" Paul Bolle
@ 2013-03-26  1:59 ` Rob Landley
  2013-03-27 12:20 ` Jiri Kosina
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Landley @ 2013-03-26  1:59 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Jiri Kosina, linux-kernel

On 03/25/2013 05:59:16 PM, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
>  Documentation/cgroups/memory.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Landley <rob@landley.net>

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
  2013-03-25 22:59 [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP" Paul Bolle
  2013-03-26  1:59 ` Rob Landley
@ 2013-03-27 12:20 ` Jiri Kosina
  2013-03-27 12:59   ` Paul Bolle
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2013-03-27 12:20 UTC (permalink / raw)
  To: Paul Bolle; +Cc: linux-kernel

On Mon, 25 Mar 2013, Paul Bolle wrote:

> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
>  Documentation/cgroups/memory.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
> index 8b8c28b..17b91e0 100644
> --- a/Documentation/cgroups/memory.txt
> +++ b/Documentation/cgroups/memory.txt
> @@ -194,7 +194,7 @@ the cgroup that brought it in -- this will happen on memory pressure).
>  But see section 8.2: when moving a task to another cgroup, its pages may
>  be recharged to the new cgroup, if move_charge_at_immigrate has been chosen.
>  
> -Exception: If CONFIG_CGROUP_CGROUP_MEMCG_SWAP is not used.
> +Exception: If CONFIG_MEMCG_SWAP is not used.
>  When you do swapoff and make swapped-out pages of shmem(tmpfs) to
>  be backed into memory in force, charges for pages are accounted against the
>  caller of swapoff rather than the users of shmem.

While you are at it, how about updating various defconfigs which have the 
bogus name in there as well?

Thanks,

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
  2013-03-27 12:20 ` Jiri Kosina
@ 2013-03-27 12:59   ` Paul Bolle
  2013-03-27 13:14     ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2013-03-27 12:59 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On Wed, 2013-03-27 at 13:20 +0100, Jiri Kosina wrote:
> While you are at it, how about updating various defconfigs which have the 
> bogus name in there as well?

I'm afraid I can't follow you there. What bogus name do you mean?


Paul Bolle


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
  2013-03-27 12:59   ` Paul Bolle
@ 2013-03-27 13:14     ` Jiri Kosina
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2013-03-27 13:14 UTC (permalink / raw)
  To: Paul Bolle; +Cc: linux-kernel

On Wed, 27 Mar 2013, Paul Bolle wrote:

> > While you are at it, how about updating various defconfigs which have the 
> > bogus name in there as well?
> 
> I'm afraid I can't follow you there. What bogus name do you mean?

Nah, that comment beloged to a completely different thread, sorry for the 
confusion.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-27 13:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 22:59 [PATCH] [TRIVIAL] Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP" Paul Bolle
2013-03-26  1:59 ` Rob Landley
2013-03-27 12:20 ` Jiri Kosina
2013-03-27 12:59   ` Paul Bolle
2013-03-27 13:14     ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.