]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
RDS: remove old rs_transport comment
authorZach Brown <zach.brown@oracle.com>
Wed, 21 Jul 2010 22:13:25 +0000 (15:13 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:16:46 +0000 (18:16 -0700)
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 <zach.brown@oracle.com>
net/rds/rds.h

index 8a8a4822d02a98441dc733a2f25e031bd789971c..2ff7fc9f0539c4b5c6573befc26646f8d8494297 100644 (file)
@@ -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;
 
        /*