Re: [PATCH 10/10 net-next v3] netfilter: remove nf_ipv6_ops and use direct function calls
Ido Schimmel <[email protected]>
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <20260317201704.GB3581148__31745.3654411779$1773778856$gmane$org@shredder> |
On Tue, Mar 17, 2026 at 03:01:06PM +0100, Fernando Fernandez Mancera wrote: > -#if IS_MODULE(CONFIG_IPV6) > -#define EXPORT_IPV6_MOD(X) EXPORT_SYMBOL(X) > -#define EXPORT_IPV6_MOD_GPL(X) EXPORT_SYMBOL_GPL(X) > -#else > #define EXPORT_IPV6_MOD(X) > #define EXPORT_IPV6_MOD_GPL(X) > -#endif We have quite a lot of these throughout the kernel, remove them?