Loading net/sunrpc/rpcb_clnt.c +3 −2 Original line number Diff line number Diff line Loading @@ -211,8 +211,9 @@ static int rpcb_create_local(void) */ clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); if (IS_ERR(clnt4)) { dprintk("RPC: failed to create local rpcbind v4 " "cleint (errno %ld).\n", PTR_ERR(clnt4)); dprintk("RPC: failed to bind second program to " "rpcbind v4 client (errno %ld).\n", PTR_ERR(clnt4)); clnt4 = NULL; } Loading Loading
net/sunrpc/rpcb_clnt.c +3 −2 Original line number Diff line number Diff line Loading @@ -211,8 +211,9 @@ static int rpcb_create_local(void) */ clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); if (IS_ERR(clnt4)) { dprintk("RPC: failed to create local rpcbind v4 " "cleint (errno %ld).\n", PTR_ERR(clnt4)); dprintk("RPC: failed to bind second program to " "rpcbind v4 client (errno %ld).\n", PTR_ERR(clnt4)); clnt4 = NULL; } Loading