Re: [PATCH] SATA NCQ support
From: Jeff Garzik <hidden>
Date: 2005-05-27 23:47:58
Also in:
lkml
From: Jeff Garzik <hidden>
Date: 2005-05-27 23:47:58
Also in:
lkml
Jens Axboe wrote:
On Fri, May 27 2005, Jeff Garzik wrote:quoted
Jens Axboe wrote:quoted
Actually, I didn't look far enough up - ata_scsi_qc_new() already completes the command with QUEUE_FULL if ata_qc_new_init() fails. So there's no bug, but perhaps it would be cleaner to move it to ata_scsi_translate instead?Ah, ok. Yes, if you are in a cleaning mood, that would be a better location.Always in a code cleaning mood - here it is against vanilla, I've integrated it in the ncq stuff as well.
Committed to 'ncq' branch of libata-dev.git. Jeff