[GIT PULL] nfsd fixes for 5.0

From: J. Bruce Fields
Date: Thu Feb 07 2019 - 16:44:45 EST


Please pull

git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.0-1

for two small nfsd bugfixes for 5.0, for an RDMA bug and a file clone bug.

--b.

Chuck Lever (1):
svcrdma: Remove max_sge check at connect time

Trond Myklebust (1):
nfsd: Fix error return values for nfsd4_clone_file_range()

fs/nfsd/vfs.c | 6 +-
net/sunrpc/xprtrdma/svc_rdma_sendto.c | 105 +++++++++++++++++++++++++++++--
net/sunrpc/xprtrdma/svc_rdma_transport.c | 9 +--
3 files changed, 106 insertions(+), 14 deletions(-)