diff options
author | Zach Brown <zach.brown@oracle.com> | 2010-07-21 18:13:25 -0400 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:16:46 -0400 |
commit | 77510481c0c3980c8979ed236d63e59221fb8ce5 (patch) | |
tree | 9b35be9b3a1de7ba6bf97b35823d65ce94033dbe /net/rds | |
parent | fe8ff6b58f040dd52d2db45972db8e0301847f1c (diff) |
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 <zach.brown@oracle.com>
Diffstat (limited to 'net/rds')
-rw-r--r-- | net/rds/rds.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 { | |||
457 | __be32 rs_conn_addr; | 457 | __be32 rs_conn_addr; |
458 | __be16 rs_bound_port; | 458 | __be16 rs_bound_port; |
459 | __be16 rs_conn_port; | 459 | __be16 rs_conn_port; |
460 | |||
461 | /* | ||
462 | * This is only used to communicate the transport between bind and | ||
463 | * initiating connections. All other trans use is referenced through | ||
464 | * the connection. | ||
465 | */ | ||
466 | struct rds_transport *rs_transport; | 460 | struct rds_transport *rs_transport; |
467 | 461 | ||
468 | /* | 462 | /* |