On 10/3/07, Paul Jackson <[email protected]> wrote: > > So far as I can tell, this patch just removes a minor optimization, It's not minor for any subsystem that has a non-trivial attach() operation. > > Any further suggestions, or embarrassing (;) questions? > What was wrong with my suggestion from a couple of emails back? Adding the following in cpuset_attach(): struct cgroup_iter it; struct task_struct *p; while ((p = cgroup_iter_next(cs->css.cgroup, &it))) { set_cpus_allowed(p, cs->cpus_allowed); } cgroup_iter_end(cs->css.cgroup, &it); Paul - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- References:
- [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- [PATCH] task containersv11 add tasks file interface fix for cpusets
- Prev by Date: PATCH [2/8] scsi: megaraid_sas - add module param fast_load
- Next by Date: [PATCH 3/8] scsi: megaraid_sas - add module param max_sectors, cmd_per_lun
- Previous by thread: Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- Next by thread: Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- Index(es):