summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/netlink.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-10-02 17:25:18 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-10-02 21:31:58 +0200
commitff6746638cf14d7b812ccb6bdfd4b91e6e9c5c79 (patch)
tree14e8e7918d928f8c234ae467fa50db9a53b3048a /backport/backport-include/linux/netlink.h
parentbb1b944b60c02ac7551bab4579f38007ba146125 (diff)
backports: genetlink: update completely
Replace all the different nested versions of generic netlink backport with a single one, covering from < 3.13 all the way to the upcoming netlink policy improvements in 4.20. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/backport-include/linux/netlink.h')
-rw-r--r--backport/backport-include/linux/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/netlink.h b/backport/backport-include/linux/netlink.h
index 366c9e27..f956a769 100644
--- a/backport/backport-include/linux/netlink.h
+++ b/backport/backport-include/linux/netlink.h
@@ -20,7 +20,7 @@ struct netlink_ext_ack {
u8 cookie_len;
/* backport only field */
- void *__bp_genl_real_ops;
+ void *__bp_doit;
};
#define NL_SET_ERR_MSG(extack, msg) do { \