diff options
-rw-r--r-- | include/linux/lsm_hooks.h | 1 | ||||
-rw-r--r-- | security/security.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index cdee11cbcdf1..ae2537886177 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h | |||
@@ -1804,7 +1804,6 @@ struct security_hook_heads { | |||
1804 | struct list_head tun_dev_attach_queue; | 1804 | struct list_head tun_dev_attach_queue; |
1805 | struct list_head tun_dev_attach; | 1805 | struct list_head tun_dev_attach; |
1806 | struct list_head tun_dev_open; | 1806 | struct list_head tun_dev_open; |
1807 | struct list_head skb_owned_by; | ||
1808 | #endif /* CONFIG_SECURITY_NETWORK */ | 1807 | #endif /* CONFIG_SECURITY_NETWORK */ |
1809 | #ifdef CONFIG_SECURITY_NETWORK_XFRM | 1808 | #ifdef CONFIG_SECURITY_NETWORK_XFRM |
1810 | struct list_head xfrm_policy_alloc_security; | 1809 | struct list_head xfrm_policy_alloc_security; |
diff --git a/security/security.c b/security/security.c index 3644b0344d29..554c3fb7d4a5 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -1848,7 +1848,6 @@ struct security_hook_heads security_hook_heads = { | |||
1848 | .tun_dev_attach = | 1848 | .tun_dev_attach = |
1849 | LIST_HEAD_INIT(security_hook_heads.tun_dev_attach), | 1849 | LIST_HEAD_INIT(security_hook_heads.tun_dev_attach), |
1850 | .tun_dev_open = LIST_HEAD_INIT(security_hook_heads.tun_dev_open), | 1850 | .tun_dev_open = LIST_HEAD_INIT(security_hook_heads.tun_dev_open), |
1851 | .skb_owned_by = LIST_HEAD_INIT(security_hook_heads.skb_owned_by), | ||
1852 | #endif /* CONFIG_SECURITY_NETWORK */ | 1851 | #endif /* CONFIG_SECURITY_NETWORK */ |
1853 | #ifdef CONFIG_SECURITY_NETWORK_XFRM | 1852 | #ifdef CONFIG_SECURITY_NETWORK_XFRM |
1854 | .xfrm_policy_alloc_security = | 1853 | .xfrm_policy_alloc_security = |