Re: [PATCH 5/8] memcg: convert to use cgroup->id

2013-04-08 Thread Michal Hocko
On Tue 09-04-13 11:02:20, Li Zefan wrote: > On 2013/4/8 22:57, Michal Hocko wrote: > > On Mon 08-04-13 16:22:11, Li Zefan wrote: > >> This is a preparation to kill css_id. > >> > >> Signed-off-by: Li Zefan > > > > This patch depends on the following patch, doesn't it? There is no > > guarantee th

Re: [PATCH 5/8] memcg: convert to use cgroup->id

2013-04-08 Thread Kamezawa Hiroyuki
(2013/04/08 17:22), Li Zefan wrote: > This is a preparation to kill css_id. > > Signed-off-by: Li Zefan Acked-by: KAMEZAWA Hiroyuki -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

Re: [PATCH 5/8] memcg: convert to use cgroup->id

2013-04-08 Thread Li Zefan
On 2013/4/8 22:57, Michal Hocko wrote: > On Mon 08-04-13 16:22:11, Li Zefan wrote: >> This is a preparation to kill css_id. >> >> Signed-off-by: Li Zefan > > This patch depends on the following patch, doesn't it? There is no > guarantee that id fits into short right now. Not such a big deal but >

Re: [PATCH 5/8] memcg: convert to use cgroup->id

2013-04-08 Thread Michal Hocko
On Mon 08-04-13 16:22:11, Li Zefan wrote: > This is a preparation to kill css_id. > > Signed-off-by: Li Zefan This patch depends on the following patch, doesn't it? There is no guarantee that id fits into short right now. Not such a big deal but would be nicer to have that guarantee for bisectab

[PATCH 5/8] memcg: convert to use cgroup->id

2013-04-08 Thread Li Zefan
This is a preparation to kill css_id. Signed-off-by: Li Zefan --- mm/memcontrol.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 3561d0b..c4e0173 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -492,6 +492,11 @@ sta