HomeFreeBSD

netlink: move NETLINK define to opt_global.h

Description

netlink: move NETLINK define to opt_global.h

Move the NETLINK define into opt_global.h so we can rely on it being
set correctly, without having to remember to include opt_netlink.h.
This ensures that the NETLINK define is correctly set. If not we
may end up with unloadable modules, due to missing symbols (such as
nlmsg_get_group_writer).

PR: 274306
Reviewed by: imp, markj
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D42179

(cherry picked from commit ab393e9548f8cc0ee28499c411963b798ebb38a5)

Details

Provenance
kpAuthored on Oct 12 2023, 7:55 PM
Reviewer
imp
Differential Revision
D42179: netlink: move NETLINK define to opt_global.h
Parents
rG23a55498a818: vkbd: correct ref count on cloned cdevs
Branches
Unknown
Tags
Unknown