There is a bug in the CKRM CPU scheduler. This has been reported to the
[linux-2.6.git] / drivers / ide / ide-disk.c
index 8b6be30..7b3bf05 100644 (file)
@@ -1668,7 +1668,7 @@ static int idedisk_ioctl(struct inode *inode, struct file *file,
                        unsigned int cmd, unsigned long arg)
 {
        struct block_device *bdev = inode->i_bdev;
-       return generic_ide_ioctl(bdev, cmd, arg);
+       return generic_ide_ioctl(file, bdev, cmd, arg);
 }
 
 static int idedisk_media_changed(struct gendisk *disk)