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>

No differences found