From: Richard Weinberger Date: Mon, 19 Aug 2013 20:56:44 +0000 (+0200) Subject: xfs: Register hotcpu notifier after initialization X-Git-Tag: v3.12-rc1~80^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46677e679fba8c2db7c94a7142ad9abb72192ebc;p=pandora-kernel.git xfs: Register hotcpu notifier after initialization Currently the code initializizes mp->m_icsb_mutex and other things _after_ register_hotcpu_notifier(). As the notifier takes mp->m_icsb_mutex it can happen that it takes the lock before it's initialization. Signed-off-by: Richard Weinberger Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed