Re: [PATCH v1 09/10] Move read list XDR round-up logic

2015-01-09 Thread Chuck Lever
On Jan 9, 2015, at 3:14 PM, J. Bruce Fields wrote: > On Fri, Jan 09, 2015 at 02:23:11PM -0500, Chuck Lever wrote: >> Simpler approach, and this needs to be done before the tail is >> copied to the end of the read list (pre-requisite for a subsequent >> patch). >> >> Fixes: e560e3b510d2 ("svcrdm

Re: [PATCH v1 09/10] Move read list XDR round-up logic

2015-01-09 Thread J. Bruce Fields
On Fri, Jan 09, 2015 at 02:23:11PM -0500, Chuck Lever wrote: > Simpler approach, and this needs to be done before the tail is > copied to the end of the read list (pre-requisite for a subsequent > patch). > > Fixes: e560e3b510d2 ("svcrdma: Add zero padding if the client... ") Wait, does this actu

[PATCH v1 09/10] Move read list XDR round-up logic

2015-01-09 Thread Chuck Lever
Simpler approach, and this needs to be done before the tail is copied to the end of the read list (pre-requisite for a subsequent patch). Fixes: e560e3b510d2 ("svcrdma: Add zero padding if the client... ") Signed-off-by: Chuck Lever --- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 37 ---