Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 236b0943 authored by Chuck Lever's avatar Chuck Lever Committed by Anna Schumaker
Browse files

xprtrdma: Expose transport header errors



For better observability of parsing errors, return the error code
generated in the decoders to the upper layer consumer.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 889ee07f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,6 @@ void rpcrdma_complete_rqst(struct rpcrdma_rep *rep)
out_badheader:
	trace_xprtrdma_reply_hdr(rep);
	r_xprt->rx_stats.bad_reply_count++;
	status = -EIO;
	goto out;
}