summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorEric W. Biederman2012-08-07 09:26:14 +0200
committerDavid S. Miller2012-08-15 08:30:37 +0200
commit89bf3450cb9b041b1bb4bcc5e7cbdeab4545b1c1 (patch)
tree50acdf9b846620fc8c757972da0041f7a1731249 /include/net/sctp
parentsctp: Push struct net down to sctp_chunk_event_lookup (diff)
downloadkernel-qcow2-linux-89bf3450cb9b041b1bb4bcc5e7cbdeab4545b1c1.tar.gz
kernel-qcow2-linux-89bf3450cb9b041b1bb4bcc5e7cbdeab4545b1c1.tar.xz
kernel-qcow2-linux-89bf3450cb9b041b1bb4bcc5e7cbdeab4545b1c1.zip
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.h2
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 {
__u64 hb_nonce;
};
-struct sctp_transport *sctp_transport_new(const union sctp_addr *,
+struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *,
gfp_t);
void sctp_transport_set_owner(struct sctp_transport *,
struct sctp_association *);