| Submitter | Amerigo Wang |
|---|---|
| Date | Jan. 23, 2013, 7:09 a.m. |
| Message ID | <1358924991-1602-2-git-send-email-amwang@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/214818/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/net/sock.h b/include/net/sock.h index 5a34e2f..c4b64c6 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -337,7 +337,7 @@ struct sock { #endif unsigned long sk_flags; struct dst_entry *sk_rx_dst; - struct dst_entry *sk_dst_cache; + struct dst_entry __rcu *sk_dst_cache; spinlock_t sk_dst_lock; atomic_t sk_wmem_alloc; atomic_t sk_omem_alloc;