Skip to content

Commit

Permalink
RDS: remove old rs_transport comment
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Zach Brown authored and Andy Grover committed Sep 9, 2010
1 parent fe8ff6b commit 7751048
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/rds/rds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 7751048

Please sign in to comment.