diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 28a961739b14..ed512b954e48 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -98,6 +98,9 @@ struct pipe_inode_info; | |||
98 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) | 98 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) |
99 | struct nf_conntrack { | 99 | struct nf_conntrack { |
100 | atomic_t use; | 100 | atomic_t use; |
101 | #ifdef CONFIG_PREEMPT_RT | ||
102 | struct rcu_head rcu; | ||
103 | #endif | ||
101 | }; | 104 | }; |
102 | #endif | 105 | #endif |
103 | 106 | ||