commit | d3ed11c35635487d34ad476e1d6a66dd298ab2de | [log] [tgz] |
---|---|---|
author | Paul Menage <menage@google.com> | Wed Dec 06 20:41:37 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:48 2006 -0800 |
tree | 1317e066282dda6b9d4ee44b4f62bfee94625ee1 | |
parent | 09b882520bbe01f2e5044642109c1c1d19fe3559 [diff] |
[PATCH] cpuset: allow a larger buffer for writes to cpuset files When using fake NUMA setup, the number of memory nodes can greatly exceed the number of CPUs. So the current limit in cpuset_common_file_write() is insufficient. Signed-off-by: Paul Menage <menage@google.com> Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>