diff options
Diffstat (limited to 'drivers/vhost/net.c')
-rw-r--r-- | drivers/vhost/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 29e850a7a2f9..c8523ce2e4c6 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c | |||
@@ -869,6 +869,7 @@ static const struct file_operations vhost_net_fops = { | |||
869 | .compat_ioctl = vhost_net_compat_ioctl, | 869 | .compat_ioctl = vhost_net_compat_ioctl, |
870 | #endif | 870 | #endif |
871 | .open = vhost_net_open, | 871 | .open = vhost_net_open, |
872 | .llseek = noop_llseek, | ||
872 | }; | 873 | }; |
873 | 874 | ||
874 | static struct miscdevice vhost_net_misc = { | 875 | static struct miscdevice vhost_net_misc = { |