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

Commit 7fc56136 authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Trond Myklebust
Browse files

SUNRPC: fix variable type

Due to incorrect len type bc_send_request returned always zero.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/assign_signed_to_unsigned.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2046107



Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent ac3c860c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2570,7 +2570,7 @@ static int bc_send_request(struct rpc_task *task)
{
	struct rpc_rqst *req = task->tk_rqstp;
	struct svc_xprt	*xprt;
	u32                     len;
	int len;

	dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid));
	/*