diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-07 03:26:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-15 02:30:37 -0400 |
commit | 89bf3450cb9b041b1bb4bcc5e7cbdeab4545b1c1 (patch) | |
tree | 50acdf9b846620fc8c757972da0041f7a1731249 /include/net/sctp | |
parent | 55e26eb95a5345a5796babac98de6d6c42771df1 (diff) |
sctp: Push struct net down into sctp_transport_init
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 6bdfcabe560e..88d217941579 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1066,7 +1066,7 @@ struct sctp_transport { | |||
1066 | __u64 hb_nonce; | 1066 | __u64 hb_nonce; |
1067 | }; | 1067 | }; |
1068 | 1068 | ||
1069 | struct sctp_transport *sctp_transport_new(const union sctp_addr *, | 1069 | struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, |
1070 | gfp_t); | 1070 | gfp_t); |
1071 | void sctp_transport_set_owner(struct sctp_transport *, | 1071 | void sctp_transport_set_owner(struct sctp_transport *, |
1072 | struct sctp_association *); | 1072 | struct sctp_association *); |