From: Zach Brown Date: Wed, 21 Jul 2010 22:13:25 +0000 (-0700) Subject: RDS: remove old rs_transport comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77510481c0c3980c8979ed236d63e59221fb8ce5;p=linux-beck.git RDS: remove old rs_transport comment rs_transport is now also used by the rdma paths once the socket is bound. We don't need this stale comment to tell us what cscope can. Signed-off-by: Zach Brown --- diff --git a/net/rds/rds.h b/net/rds/rds.h index 8a8a4822d02a..2ff7fc9f0539 100644 --- a/net/rds/rds.h +++ b/net/rds/rds.h @@ -457,12 +457,6 @@ struct rds_sock { __be32 rs_conn_addr; __be16 rs_bound_port; __be16 rs_conn_port; - - /* - * This is only used to communicate the transport between bind and - * initiating connections. All other trans use is referenced through - * the connection. - */ struct rds_transport *rs_transport; /*