فهرست منبع

[SCTP]: ->a_h is gone now.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Al Viro 18 سال پیش
والد
کامیت
516b20ee2d
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      include/net/sctp/structs.h
  2. 0 1
      net/sctp/transport.c

+ 0 - 1
include/net/sctp/structs.h

@@ -843,7 +843,6 @@ struct sctp_transport {
 
 	/* This is the peer's IP address and port. */
 	union sctp_addr ipaddr;
-	union sctp_addr ipaddr_h;
 
 	/* These are the functions we call to handle LLP stuff.	 */
 	struct sctp_af *af_specific;

+ 0 - 1
net/sctp/transport.c

@@ -62,7 +62,6 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer,
 {
 	/* Copy in the address.  */
 	peer->ipaddr = *addr;
-	flip_to_h(&peer->ipaddr_h, &peer->ipaddr);
 	peer->af_specific = sctp_get_af_specific(addr->sa.sa_family);
 	peer->asoc = NULL;