[rds-devel] [PATCH future/20090207] RDS: fix build break.

Steve Wise swise at opengridcomputing.com
Thu Feb 12 10:19:58 PST 2009


Andy,

Ignore this.  The build break was due to a local debug commit I had that 
regressed this printk...

Sorry for the noise.

Stevo


Steve Wise wrote:
> Fix build break in future/20090211 branch.
>
> Signed-off-by: Steve Wise <swise at opengridcomputing.com>
> ---
>
>  net/rds/iw_cm.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/net/rds/iw_cm.c b/net/rds/iw_cm.c
> index cc29704..691bce7 100644
> --- a/net/rds/iw_cm.c
> +++ b/net/rds/iw_cm.c
> @@ -94,8 +94,8 @@ void rds_iw_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_even
>  	if (dp && dp->dp_ack_seq)
>  		rds_send_drop_acked(conn, be64_to_cpu(dp->dp_ack_seq), NULL);
>  
> -	printk(KERN_NOTICE "RDS/IW: rds_ibdev %p ic %p conn %p connected to %u.%u.%u.%u<->%u.%u.%u.%u version %u.%u%s\n",
> -			rds_ibdev, ic, conn, NIPQUAD(conn->c_laddr), NIPQUAD(conn->c_faddr),
> +	printk(KERN_NOTICE "RDS/IW: rds_iwdev %p ic %p conn %p connected to %u.%u.%u.%u<->%u.%u.%u.%u version %u.%u%s\n",
> +			rds_iwdev, ic, conn, NIPQUAD(conn->c_laddr), NIPQUAD(conn->c_faddr),
>  			RDS_PROTOCOL_MAJOR(conn->c_version),
>  			RDS_PROTOCOL_MINOR(conn->c_version),
>  			ic->i_flowctl ? ", flow control" : "");
>
>
> _______________________________________________
> rds-devel mailing list
> rds-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/rds-devel
>   




More information about the rds-devel mailing list