From: Chuck Lever Date: Sun, 9 Nov 2014 01:14:12 +0000 (-0500) Subject: xprtrdma: Return an errno from rpcrdma_register_external() X-Git-Tag: omap-for-v3.19/fixes-rc1~150^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b98361f119a6919061d067c6584de9ae2de9f4;p=pandora-kernel.git xprtrdma: Return an errno from rpcrdma_register_external() The RPC/RDMA send_request method and the chunk registration code expects an errno from the registration function. This allows the upper layers to distinguish between a recoverable failure (for example, temporary memory exhaustion) and a hard failure (for example, a bug in the registration logic). Signed-off-by: Chuck Lever Signed-off-by: Anna Schumaker --- Reading git-diff-tree failed