diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/xfrm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index dd3b84b9c04e..3405e5d9d51c 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -94,9 +94,9 @@ extern struct mutex xfrm_cfg_mutex; | |||
94 | struct xfrm_state | 94 | struct xfrm_state |
95 | { | 95 | { |
96 | /* Note: bydst is re-used during gc */ | 96 | /* Note: bydst is re-used during gc */ |
97 | struct list_head bydst; | 97 | struct hlist_node bydst; |
98 | struct list_head bysrc; | 98 | struct hlist_node bysrc; |
99 | struct list_head byspi; | 99 | struct hlist_node byspi; |
100 | 100 | ||
101 | atomic_t refcnt; | 101 | atomic_t refcnt; |
102 | spinlock_t lock; | 102 | spinlock_t lock; |