In article <[EMAIL PROTECTED]> (at Tue, 13 Nov 2007 13:31:27 -0500), Chuck 
Lever <[EMAIL PROTECTED]> says:

>                  clp->rpc_ops->version,
> -                NIPQUAD(clp->cl_addr.sin_addr),
> -                ntohs(clp->cl_addr.sin_port),
> +                rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR),
> +                rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT),
>                  atomic_read(&clp->cl_count),

Is this really safe?

--yoshfuji
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to