Loading net/sunrpc/rpcb_clnt.c +3 −3 Original line number Diff line number Diff line Loading @@ -447,8 +447,8 @@ static int rpcb_decode_set(struct rpc_rqst *req, __be32 *p, unsigned int *boolp) { *boolp = (unsigned int) ntohl(*p++); dprintk("RPC: rpcb_decode_set result %u\n", *boolp); dprintk("RPC: rpcb_decode_set: call %s\n", (*boolp ? "succeeded" : "failed")); return 0; } Loading Loading
net/sunrpc/rpcb_clnt.c +3 −3 Original line number Diff line number Diff line Loading @@ -447,8 +447,8 @@ static int rpcb_decode_set(struct rpc_rqst *req, __be32 *p, unsigned int *boolp) { *boolp = (unsigned int) ntohl(*p++); dprintk("RPC: rpcb_decode_set result %u\n", *boolp); dprintk("RPC: rpcb_decode_set: call %s\n", (*boolp ? "succeeded" : "failed")); return 0; } Loading