net: Make RFS socket operations not be inet specific.
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:05:31 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:11:48 +0000 (15:11 -0700)
Idea from Eric Dumazet.

As for placement inside of struct sock, I tried to choose a place
that otherwise has a 32-bit hole on 64-bit systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
include/net/inet_sock.h
include/net/sock.h
net/ipv4/af_inet.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc net/ipv4/udp.c
Simple merge