diff options
| author | Eric Dumazet <[email protected]> | 2008-11-17 03:39:21 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-11-17 03:39:21 +0000 |
| commit | 88ab1932eac721c6e7336708558fa5ed02c85c80 (patch) | |
| tree | c8788a1e3de08100bca341fa4180adfe5d02880f /net/ipv4/tcp_ipv4.c | |
| parent | rcu: Introduce hlist_nulls variant of hlist (diff) | |
| download | kernel-88ab1932eac721c6e7336708558fa5ed02c85c80.tar.gz kernel-88ab1932eac721c6e7336708558fa5ed02c85c80.zip | |
udp: Use hlist_nulls in UDP RCU code
This is a straightforward patch, using hlist_nulls infrastructure.
RCUification already done on UDP two weeks ago.
Using hlist_nulls permits us to avoid some memory barriers, both
at lookup time and delete time.
Patch is large because it adds new macros to include/net/sock.h.
These macros will be used by TCP & DCCP in next patch.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions
