From: Paul Jackson Date: Fri, 24 Mar 2006 11:16:11 +0000 (-0800) Subject: [PATCH] cpuset: don't need to mark cpuset_mems_generation atomic X-Git-Tag: v2.6.17-rc1~920 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151a44202d097ae8b1bbaa6d8d2f97df30e3cd1e;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed