llseek: automatically add .llseek fop
[deliverable/linux.git] / drivers / vhost / net.c
index 29e850a7a2f9871b7c9658e0717f8926dc5bc4ac..c8523ce2e4c625c8e3afb20729d7dbd77fc5ec70 100644 (file)
@@ -869,6 +869,7 @@ static const struct file_operations vhost_net_fops = {
        .compat_ioctl   = vhost_net_compat_ioctl,
 #endif
        .open           = vhost_net_open,
+       .llseek         = noop_llseek,
 };
 
 static struct miscdevice vhost_net_misc = {
This page took 0.033543 seconds and 5 git commands to generate.