vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / machzwd.c
index 3782930..6e14abb 100644 (file)
@@ -425,6 +425,7 @@ static int zf_notify_sys(struct notifier_block *this, unsigned long code,
 
 static struct file_operations zf_fops = {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = zf_write,
        .ioctl          = zf_ioctl,
        .open           = zf_open,