From: Zach Brown Date: Wed, 21 Jul 2010 22:13:25 +0000 (-0700) Subject: RDS: remove old rs_transport comment X-Git-Tag: v4.1.12-92~319^2^2~2^2~68 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=95cc51e303c4c3c290434a7984dc513491465e3b;p=users%2Fjedix%2Flinux-maple.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 Signed-off-by: Chris Mason Signed-off-by: Bang Nguyen --- diff --git a/net/rds/rds.h b/net/rds/rds.h index 9d988190c9a2..3cac06afc4ab 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; /*