genetlink: allow making ops const
authorJohannes Berg <johannes.berg@intel.com>
Thu, 14 Nov 2013 16:14:45 +0000 (17:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Nov 2013 22:10:41 +0000 (17:10 -0500)
commitf84f771d942182e39a56ec2989d6a67d3ca33a13
tree6649cb4e7b88ebec4826252a1a3675fb75ba4621
parentd91824c08fbcb265ec930d863fa905e8daa836a4
genetlink: allow making ops const

Allow making the ops array const by not modifying the ops
flags on registration but rather only when ops are sent
out in the family information.

No users are updated yet except for the pre_doit/post_doit
calls in wireless (the only ones that exist now.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
net/netlink/genetlink.c
net/wireless/nl80211.c