SUNRPC: Refactor TCP receive
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 5 Oct 2015 15:19:20 +0000 (11:19 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 8 Oct 2015 12:27:04 +0000 (08:27 -0400)
commit66d7a56a6254389587d0999dcaab1d2634cd4e24
tree9c9f6ede3878597b45061320c40bb2c00b885abb
parentc6fa8e6de3dc420cba092bf155b2ed25bcd537f7
SUNRPC: Refactor TCP receive

Move the TCP data receive loop out of xs_tcp_data_ready(). Doing so
will allow us to move the data receive out of the softirq context in
a set of followup patches.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/xprtsock.c