Fix regression in NFSRDMA server
authorTom Tucker <tom@ogc.us>
Tue, 25 Mar 2014 20:14:57 +0000 (15:14 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 28 Mar 2014 22:02:11 +0000 (18:02 -0400)
The server regression was caused by the addition of rq_next_page
(afc59400d6c65bad66d4ad0b2daf879cbff8e23e). There were a few places that
were missed with the update of the rq_respages array.

Signed-off-by: Tom Tucker <tom@ogc.us>
Tested-by: Steve Wise <swise@ogc.us>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
net/sunrpc/xprtrdma/svc_rdma_sendto.c

Simple merge