Make access to notifiers thread-safe
Created by: saproj
Race condition happened between register_notifier(), which adds notifiers to the list, and notify(), which iterates over the list.
Created by: saproj
Race condition happened between register_notifier(), which adds notifiers to the list, and notify(), which iterates over the list.