[patch 1/3] cpusets: extract mmarray loading from update_nodemask

2007-10-25 Thread David Rientjes
Extract a helper function from update_nodemask() to load an array of mm_struct pointers with references to each task's mm_struct that is currently attached to a given cpuset. This will be used later for other purposes where memory policies need to be rebound for each task attached to a cpuset.

[patch 1/3] cpusets: extract mmarray loading from update_nodemask

2007-10-25 Thread David Rientjes
Extract a helper function from update_nodemask() to load an array of mm_struct pointers with references to each task's mm_struct that is currently attached to a given cpuset. This will be used later for other purposes where memory policies need to be rebound for each task attached to a cpuset.