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 2e63e9dc010e..bc6cd75cc1dc 100644 --- a/net/sctp/probe.c +++ b/net/sctp/probe.c | |||
@@ -119,6 +119,7 @@ static const struct file_operations sctpprobe_fops = { | |||
119 | .owner = THIS_MODULE, | 119 | .owner = THIS_MODULE, |
120 | .open = sctpprobe_open, | 120 | .open = sctpprobe_open, |
121 | .read = sctpprobe_read, | 121 | .read = sctpprobe_read, |
122 | .llseek = noop_llseek, | ||
122 | }; | 123 | }; |
123 | 124 | ||
124 | sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep, | 125 | sctp_disposition_t jsctp_sf_eat_sack(const struct sctp_endpoint *ep, |