[S390] avoid default_llseek in s390 drivers
[deliverable/linux.git] / drivers / s390 / char / fs3270.c
index 0eabcca3c92d45f47e2001a046c996ac077df7fd..857dfcb7b35999c694bcd740d51bbb51e4bf7ecb 100644 (file)
@@ -484,6 +484,7 @@ fs3270_open(struct inode *inode, struct file *filp)
                raw3270_del_view(&fp->view);
                goto out;
        }
+       nonseekable_open(inode, filp);
        filp->private_data = fp;
 out:
        mutex_unlock(&fs3270_mutex);
This page took 0.028827 seconds and 5 git commands to generate.