> On Jan 16, 2018, at 4:33 PM, Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > > On Tue, Jan 16, 2018 at 04:31:07PM -0500, Chuck Lever wrote: >> >> >>> On Jan 3, 2018, at 3:42 PM, Chuck Lever <chuck.lever@xxxxxxxxxx> wrote: >>> >>> Hi Bruce- >>> >>> Would you consider these patches for merging into v4.16? >> >> Hi Bruce, since you haven't responded, I assume these will >> not appear in v4.16. Let's drop these for now, and I will >> resubmit them for v4.17. > > Sorry for the lack of response, I started reviewing but didn't finish, > and still expect to get them in for 4.16. No rush. I have more work in this area, so it would be OK to postpone them. > --b. > >> >> >>> Changes since v1: >>> - Rebased on v4.15-rc6 >>> - Address a 0day robot complaint in nfsd3_proc_symlink >>> - Properly handle error return from svc_rdma_handle_bc_reply >>> >>> --- >>> >>> Chuck Lever (3): >>> svcrdma: Post Receives in the Receive completion handler >>> NFSD: Clean up write argument XDR decoders >>> NFSD: Clean up symlink argument XDR decoders >>> >>> >>> fs/nfsd/nfs3proc.c | 18 ++++- >>> fs/nfsd/nfs3xdr.c | 67 ++++------------- >>> fs/nfsd/nfs4proc.c | 37 +++------- >>> fs/nfsd/nfs4xdr.c | 11 ++- >>> fs/nfsd/nfsproc.c | 23 ++++-- >>> fs/nfsd/nfsxdr.c | 63 ++++++++-------- >>> fs/nfsd/xdr.h | 3 + >>> fs/nfsd/xdr3.h | 3 + >>> fs/nfsd/xdr4.h | 3 + >>> include/linux/sunrpc/svc.h | 4 + >>> include/linux/sunrpc/svc_rdma.h | 2 - >>> net/sunrpc/svc.c | 109 ++++++++++++++++++++++++++++ >>> net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 5 - >>> net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 9 -- >>> net/sunrpc/xprtrdma/svc_rdma_sendto.c | 6 -- >>> net/sunrpc/xprtrdma/svc_rdma_transport.c | 25 ++---- >>> 16 files changed, 225 insertions(+), 163 deletions(-) >>> >>> -- >>> Chuck Lever >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in >>> the body of a message to majordomo@xxxxxxxxxxxxxxx >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> -- >> Chuck Lever >> >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html