commit | 151a44202d097ae8b1bbaa6d8d2f97df30e3cd1e | [log] [tgz] |
---|---|---|
author | Paul Jackson <pj@sgi.com> | Fri Mar 24 03:16:11 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 24 07:33:24 2006 -0800 |
tree | 3752bba902e73001443bb75f40495cc3a1d24f54 | |
parent | 8488bc359d674baf710992e4b641513ea5ebd212 [diff] |
[PATCH] cpuset: don't need to mark cpuset_mems_generation atomic Drop the atomic_t marking on the cpuset static global cpuset_mems_generation. Since all access to it is guarded by the global manage_mutex, there is no need for further serialization of this value. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>