rfs: call sock_rps_record_flow() in tcp_splice_read()
authorChangli Gao <xiaosuo@gmail.com>
Mon, 12 Jul 2010 21:00:12 +0000 (21:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Jul 2010 21:45:15 +0000 (14:45 -0700)
commit3a047bf87b1b6f69c62ab9fb28072c639cb7e2fa
treeb134b9942d2b378b1afd81b07ffdfb948cd1439e
parentd809ec895505e6f35fb1965f0946381ab4eaa474
rfs: call sock_rps_record_flow() in tcp_splice_read()

rfs: call sock_rps_record_flow() in tcp_splice_read()

call sock_rps_record_flow() in tcp_splice_read(), so the applications using
splice(2) or sendfile(2) can utilize RFS.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
 net/ipv4/tcp.c |    1 +
 1 file changed, 1 insertion(+)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c