file->f_op is never NULL...
[linux-2.6-block.git] / fs / autofs4 / dev-ioctl.c
index 0f00da329e718ab465ddb1488dda626db71cca23..1818ce7f5a06049178e968d978733fe29c920e1f 100644 (file)
@@ -658,12 +658,6 @@ static int _autofs_dev_ioctl(unsigned int command, struct autofs_dev_ioctl __use
                        goto out;
                }
 
-               if (!fp->f_op) {
-                       err = -ENOTTY;
-                       fput(fp);
-                       goto out;
-               }
-
                sbi = autofs_dev_ioctl_sbi(fp);
                if (!sbi || sbi->magic != AUTOFS_SBI_MAGIC) {
                        err = -EINVAL;