[S390] avoid default_llseek in s390 drivers
[deliverable/linux.git] / drivers / s390 / scsi / zfcp_cfdc.c
index 25d9e0ae9c5726abbc76b3c8a24b79f63e2f954f..1a2db0a35737480647406c55d1808e3372889b61 100644 (file)
@@ -254,6 +254,7 @@ static long zfcp_cfdc_dev_ioctl(struct file *file, unsigned int command,
 }
 
 static const struct file_operations zfcp_cfdc_fops = {
+       .open = nonseekable_open,
        .unlocked_ioctl = zfcp_cfdc_dev_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl = zfcp_cfdc_dev_ioctl
This page took 0.027415 seconds and 5 git commands to generate.