Handler for hdio_drive_task ioctl
int ata_task_ioctl(struct scsi_device * scsidev, void __user * arg);
scsidev
Device to which we are issuing command
arg
User provided data for issuing command
Defined by the SCSI layer. We don't really care.
Zero on success, negative errno on error.
Jeff Garzik
Author.