commit | 4a484cffc5e1836114e9556f7c704412d491200c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jan 09 10:22:07 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jan 09 12:19:43 2013 +0100 |
tree | db228d48bc1c0b8244892d2a329b514da167f339 | |
parent | c51f878379b1d0677619798b1d9358d053bdbdb1 [diff] |
regulatory: fix uevent The uevent callback doesn't protect its access to last_request, which now causes a warning since the conversion to get_last_request(). Fix this by allowing to use RCU protection for last_request. Reported-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>