From: Masami Hiramatsu Date: Sun, 9 Nov 2014 22:58:29 +0000 (+1030) Subject: lib/bug: Use RCU list ops for module_bug_list X-Git-Tag: omap-for-v3.19/fixes-rc1~31^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0286b5ea125e58b4797747f688949c05394412e8;p=pandora-kernel.git lib/bug: Use RCU list ops for module_bug_list Actually since module_bug_list should be used in BUG context, we may not need this. But for someone who want to use this from normal context, this makes module_bug_list an RCU list. Signed-off-by: Masami Hiramatsu Signed-off-by: Rusty Russell --- Reading git-diff-tree failed