From: Martin K. Petersen Date: Thu, 25 Jun 2009 01:01:45 +0000 (-0400) Subject: libata: Delegate nonrot flag setting to SCSI X-Git-Tag: v2.6.32-rc1~717^2~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f17259a31237cf0fd5c6c8cf2a4f9e6df405744b;p=linux-2.6-block.git libata: Delegate nonrot flag setting to SCSI Now that the SCSI disk driver correctly handles non-rotational devices we can move setting the queue flag to SCSI. Signed-off-by: Martin K. Petersen Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index de3a0050760a..5d7a1bd37e9a 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -1119,10 +1119,6 @@ static int ata_scsi_dev_config(struct scsi_device *sdev, blk_queue_dma_drain(q, atapi_drain_needed, buf, ATAPI_MAX_DRAIN); } else { - if (ata_id_is_ssd(dev->id)) - queue_flag_set_unlocked(QUEUE_FLAG_NONROT, - sdev->request_queue); - /* ATA devices must be sector aligned */ blk_queue_update_dma_alignment(sdev->request_queue, ATA_SECT_SIZE - 1);