diff options
-rw-r--r-- | net/sctp/probe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/probe.c b/net/sctp/probe.c index bc6cd75cc1dc..5f7518de2fd1 100644 --- a/net/sctp/probe.c +++ b/net/sctp/probe.c | |||
@@ -122,7 +122,8 @@ static const struct file_operations sctpprobe_fops = { | |||
122 | .llseek = noop_llseek, | 122 | .llseek = noop_llseek, |
123 | }; | 123 | }; |
124 | 124 | ||
125 | sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep, | 125 | sctp_disposition_t jsctp_sf_eat_sack(struct net *net, |
126 | const struct sctp_endpoint *ep, | ||
126 | const struct sctp_association *asoc, | 127 | const struct sctp_association *asoc, |
127 | const sctp_subtype_t type, | 128 | const sctp_subtype_t type, |
128 | void *arg, | 129 | void *arg, |