diff options
Diffstat (limited to 'net/sctp/probe.c')
-rw-r--r-- | net/sctp/probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/probe.c b/net/sctp/probe.c index db3a42b8b349..289b1ba62cac 100644 --- a/net/sctp/probe.c +++ b/net/sctp/probe.c | |||
@@ -117,6 +117,7 @@ static const struct file_operations sctpprobe_fops = { | |||
117 | .owner = THIS_MODULE, | 117 | .owner = THIS_MODULE, |
118 | .open = sctpprobe_open, | 118 | .open = sctpprobe_open, |
119 | .read = sctpprobe_read, | 119 | .read = sctpprobe_read, |
120 | .llseek = noop_llseek, | ||
120 | }; | 121 | }; |
121 | 122 | ||
122 | sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep, | 123 | sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep, |