Re: Re: [PATCH] cgroup(fix critical bug): new handling for tasks file

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lai Jiangshan
Date: Monday, September 8, 2008 - 1:19 am

It's great, Thanks!

	Lai Jiangshan.


Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Paul Menage wrote:


I will send a patch for it in few days.


use pid_t instead of int (include other functions)


int i; unused.


(cgrp->tasks_pids[mid] <= pid) ===> (cgrp->tasks_pids[mid] < pid)


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Re: [PATCH] cgroup(fix critical bug): new handling for ..., Lai Jiangshan, (Mon Sep 8, 1:19 am)