commit | 46677e679fba8c2db7c94a7142ad9abb72192ebc | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Aug 19 22:56:44 2013 +0200 |
committer | Ben Myers <bpm@sgi.com> | Thu Aug 22 14:05:27 2013 -0500 |
tree | d244f08ff93011174544252f07d61517cefba1ec | |
parent | 3e3c51cee9a07d67e3910cc514867b56ac60ec94 [diff] |
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 <richard@nod.at> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>