Commit 054d1dea authored by Dong Chenchen's avatar Dong Chenchen
Browse files

net: fix kabi broken in struct netns_xfrm

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8MNNN


CVE: NA

--------------------------------

Fix kabi broken in struct netns_xfrm.

Signed-off-by: default avatarDong Chenchen <dongchenchen2@huawei.com>
parent b830473b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,7 +48,9 @@ struct netns_xfrm {
	struct list_head	policy_all;
	struct hlist_head	*policy_byidx;
	unsigned int		policy_idx_hmask;
#ifndef __GENKSYMS__
	unsigned int		idx_generator;
#endif
	struct hlist_head	policy_inexact[XFRM_POLICY_MAX];
	struct xfrm_policy_hash	policy_bydst[XFRM_POLICY_MAX];
	unsigned int		policy_count[XFRM_POLICY_MAX * 2];