Skip to content

Commit 165f1bd

Browse files
committed
net/ipv6: Fix KABI for Remove expired routes with a separated list of routes
deepin inclusion category: kabi Fix kabi change in some whitelist symbols like nf_ct_netns_get..etc. Log: struct hlist_node { struct hlist_node * next; /* 0 8 */ struct hlist_node * * pprev; /* 8 8 */ /* size: 16, cachelines: 1, members: 2 */ /* last cacheline: 16 bytes */ }; Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 4da6a49 commit 165f1bd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

include/net/ip6_fib.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ struct fib6_info {
186186
refcount_t fib6_ref;
187187
unsigned long expires;
188188

189-
struct hlist_node gc_link;
190-
191189
struct dst_metrics *fib6_metrics;
192190
#define fib6_pmtu fib6_metrics->metrics[RTAX_MTU-1]
193191

@@ -213,8 +211,7 @@ struct fib6_info {
213211
struct rcu_head rcu;
214212
struct nexthop *nh;
215213

216-
DEEPIN_KABI_RESERVE(1)
217-
DEEPIN_KABI_RESERVE(2)
214+
DEEPIN_KABI_USE(1, 2, struct hlist_node gc_link)
218215

219216
struct fib6_nh fib6_nh[];
220217
};

0 commit comments

Comments
 (0)