2008-02-19 10:42:55

by KOSAKI Motohiro

[permalink] [raw]
Subject: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

Hi,

this is easy documentation fix.

current implementation of cpuset track N_HIGH_MEMORY instead N_MEMORY.
(N_MEMORY doesn't exist in current implementation)


Signed-off-by: KOSAKI Motohiro <[email protected]>
CC: Paul Jackson <[email protected]>
CC: Christoph Lameter <[email protected]>
CC: Paul Menage <[email protected]>

---
Documentation/cpusets.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/Documentation/cpusets.txt
===================================================================
--- a/Documentation/cpusets.txt 2008-02-14 13:42:22.000000000 +0900
+++ b/Documentation/cpusets.txt 2008-02-19 19:37:14.000000000 +0900
@@ -209,7 +209,7 @@ and name space for cpusets, with a minim
The cpus and mems files in the root (top_cpuset) cpuset are
read-only. The cpus file automatically tracks the value of
cpu_online_map using a CPU hotplug notifier, and the mems file
-automatically tracks the value of node_states[N_MEMORY]--i.e.,
+automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e.,
nodes with memory--using the cpuset_track_online_nodes() hook.



2008-02-19 13:35:12

by Paul Jackson

[permalink] [raw]
Subject: Re: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

KOSAKI-san wrote:
> +++ b/Documentation/cpusets.txt 2008-02-19 19:37:14.000000000 +0900
> ...
> -automatically tracks the value of node_states[N_MEMORY]--i.e.,
> +automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e.,

Thanks.

Acked-by: Paul Jackson <[email protected]>

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <[email protected]> 1.940.382.4214

2008-02-28 22:43:25

by Jesper Juhl

[permalink] [raw]
Subject: Re: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

On 19/02/2008, Paul Jackson <[email protected]> wrote:
> KOSAKI-san wrote:
> > +++ b/Documentation/cpusets.txt 2008-02-19 19:37:14.000000000 +0900
>
> > ...
>
> > -automatically tracks the value of node_states[N_MEMORY]--i.e.,
> > +automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e.,
>
>
> Thanks.
>
> Acked-by: Paul Jackson <[email protected]>
>

If no one else picks this up, I'll submit it to Linus via the trivial
tree when the next merge window opens.

--
Jesper Juhl <[email protected]>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html

2008-02-29 01:43:16

by KOSAKI Motohiro

[permalink] [raw]
Subject: Re: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

Hi Jesper,

Thanks.
but Andrew Morton already pushed to linus.

> > > -automatically tracks the value of node_states[N_MEMORY]--i.e.,
> > > +automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e.,
> >
> > Thanks.
> >
> > Acked-by: Paul Jackson <[email protected]>
> >
>
> If no one else picks this up, I'll submit it to Linus via the trivial
> tree when the next merge window opens.

2008-02-29 01:47:13

by Jesper Juhl

[permalink] [raw]
Subject: Re: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

On 29/02/2008, KOSAKI Motohiro <[email protected]> wrote:
> Hi Jesper,
>
> Thanks.
> but Andrew Morton already pushed to linus.
>
Ok, perfect, then I'll just forget about it :-)

--
Jesper Juhl <[email protected]>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html

2008-02-29 01:53:47

by KOSAKI Motohiro

[permalink] [raw]
Subject: Re: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

> On 29/02/2008, KOSAKI Motohiro <[email protected]> wrote:
> > Hi Jesper,
> >
> > Thanks.
> > but Andrew Morton already pushed to linus.
> >
> Ok, perfect, then I'll just forget about it :-)

Thank you again.
I remember your graceful.