commit | f84f771d942182e39a56ec2989d6a67d3ca33a13 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Nov 14 17:14:45 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 17:10:41 2013 -0500 |
tree | 6649cb4e7b88ebec4826252a1a3675fb75ba4621 | |
parent | d91824c08fbcb265ec930d863fa905e8daa836a4 [diff] |
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>