diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 581dc6bd7dc6..a340ab46b41c 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -340,7 +340,7 @@ struct sock { | |||
340 | #endif | 340 | #endif |
341 | unsigned long sk_flags; | 341 | unsigned long sk_flags; |
342 | struct dst_entry *sk_rx_dst; | 342 | struct dst_entry *sk_rx_dst; |
343 | struct dst_entry *sk_dst_cache; | 343 | struct dst_entry __rcu *sk_dst_cache; |
344 | spinlock_t sk_dst_lock; | 344 | spinlock_t sk_dst_lock; |
345 | atomic_t sk_wmem_alloc; | 345 | atomic_t sk_wmem_alloc; |
346 | atomic_t sk_omem_alloc; | 346 | atomic_t sk_omem_alloc; |