cfg80211: use parallel_ops for genl
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jul 2019 14:31:09 +0000 (16:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 31 Jul 2019 09:00:46 +0000 (11:00 +0200)
commit50508d941c180a105fdba802d5af1abf3d93a625
treedd73e5f7c820b5ec05470025384e01539f5b163d
parent05d610af3e71a782fa28a1351b687da982d208ee
cfg80211: use parallel_ops for genl

Over time, we really need to get rid of all of our global locking.
One of the things needed is to use parallel_ops. This isn't really
the most important (RTNL is much more important) but OTOH we just
keep adding uses of genl_family_attrbuf() now. Use .parallel_ops to
disallow this.

Reviewed-By: Denis Kenzior <denkenz@gmail.com>
Link: https://lore.kernel.org/r/20190729143109.18683-1-johannes@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c