[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090127131808.GF2646@ioremap.net>
Date: Tue, 27 Jan 2009 16:18:08 +0300
From: Evgeniy Polyakov <zbr@...emap.net>
To: Andy Grover <andy.grover@...cle.com>
Cc: rdreier@...co.com, rds-devel@....oracle.com,
general@...ts.openfabrics.org, netdev@...r.kernel.org
Subject: Re: [PATCH 04/21] RDS: Transport code
On Mon, Jan 26, 2009 at 06:17:41PM -0800, Andy Grover (andy.grover@...cle.com) wrote:
> +static LIST_HEAD(transports);
> +static DECLARE_RWSEM(trans_sem);
> +
RDS_ prefix?
> +int rds_trans_register(struct rds_transport *trans)
> +{
> + BUG_ON(strlen(trans->t_name) + 1 >
> + sizeof(((struct rds_info_connection *)0)->transport));
> +
Wow. Why not declare 15 as some constant and put it into rds_transport
structure definition?
> +struct rds_transport *rds_trans_get_preferred(__be32 addr)
> +{
> + struct rds_transport *trans;
> + struct rds_transport *ret = NULL;
> +
> + if (IN_LOOPBACK(ntohl(addr)))
> + return &rds_loop_transport;
> +
Tabs have run away.
--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists