Loading
svcrdma: return 0 on success from svc_rdma_copy_inline_range
The function comment specifies 0 on success and -EINVAL on invalid parameters. Make the tail return 0 after a successful copy loop. Fixes: d7cc7397 ("svcrdma: support multiple Read chunks per RPC") Cc: stable@vger.kernel.org Signed-off-by:Joshua Rogers <linux@joshua.hu> Signed-off-by:
Chuck Lever <chuck.lever@oracle.com>