From: Li Zefan Date: Fri, 25 Jul 2008 08:46:56 +0000 (-0700) Subject: cgroups: annotate two variables with __read_mostly X-Git-Tag: v2.6.27-rc1~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8947f9d5b361ce927be6d5c11fed57905b7a4100;p=pandora-kernel.git cgroups: annotate two variables with __read_mostly - need_forkexit_callback will be read only after system boot. - use_task_css_set_links will be read only after it's set. And these 2 variables are checked when a new process is forked. Signed-off-by: Li Zefan Acked-by: Paul Menage Acked-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed